Characteristic
class Characteristic(val newValue: ByteArray, val characteristic: Characteristic) : DeviceAction.Write
A DeviceAction.Write on a com.splendo.kaluga.bluetooth.Characteristic
Parameters
newValue
the ByteArray to write
Properties
Link copied to clipboard
the com.splendo.kaluga.bluetooth.Characteristic to read the value of
Link copied to clipboard
A Deferred that will be completed with true if DeviceAction was completed successfully, or false if DeviceAction failed