Characteristic
class Characteristic(newValue: ByteArray, val characteristic: RemoteCharacteristic) : DeviceAction.Write
A DeviceAction.Write on a RemoteCharacteristic
Parameters
newValue
the ByteArray to write
Properties
Link copied to clipboard
the RemoteCharacteristic to read the value of
Link copied to clipboard
A Deferred that will be completed with Response when DeviceAction has been handled by the ConnectableDevice