public bool IsListening {get;}
Public ReadOnly Property IsListening As Boolean
public bool IsListening {get;}
@property (nonatomic,readonly) BOOL isListening;
public boolean isListening()
get_IsListening();
The value of IsListening will be set to true after a successful call to StartListening and will be set back to false when StopListening is called.