startWrite
Creates and emits a DeviceAction.Write.Characteristic using the given writeType
Return
the DeviceAction.Write.Characteristic created
Parameters
Creates and emits a DeviceAction.Write.Characteristic to write a given T using the given writeType
Return
the DeviceAction.Write.Characteristic created
Parameters
the SerializationStrategy to use to serialize the value.
the BluetoothFormat to use to serialize the value.
the T to write to the characteristic
the WriteType to use
Type Parameters
the type of the data object to write.
Creates and emits a DeviceAction.Write.Characteristic to write a given T using the given writeType
Return
the DeviceAction.Write.Characteristic created
Parameters
the BluetoothFormat to use to serialize the value.
the T to write to the characteristic
the WriteType to use
Type Parameters
the type of the data object to write.