bindCharacteristic
Binds an object of type R to the RemoteCharacteristic at a given UUID and updates the object whenever it changes.
Parameters
the UUID of the RemoteCharacteristic to bind to
the function that updates the object whenever the bound object changes
the RemoteCharacteristicBinding.EnsuresServicesAvailable set up binding to the RemoteCharacteristic
Type Parameters
the type of the object to bind to
Throws
if the RemoteCharacteristic is not found
Binds an object of type R to the RemoteCharacteristic at a given UUID and updates the object whenever it changes.
Parameters
the string of the UUID of the RemoteCharacteristic to bind to
the function that updates the object whenever the bound object changes
the RemoteCharacteristicBinding.EnsuresServicesAvailable set up binding to the RemoteCharacteristic
Type Parameters
the type of the object to bind to
Throws
if the RemoteCharacteristic is not found
if the UUID is not valid