Clear the observers list
Properly dispose of this object
Notify observers that the device is connected
Notify observers that the device has disconnected
Notify observers that the device is ready
Should be called by subclasses (_super.onMessage) when a message is received in order to forward to all observers
The message we received
Request a disconnect then reconnect
Send a message
the message to send
int - status indicator of 0 or -1 where 0 is success and -1 is failure
Add new observer to receive notifications from the device
the observer to notify
Remove an observer from the list of observers
the observer to remove
Generated using TypeDoc
Clover Transport
The clover transport facilitates notification distribution from the device to a list of observers.