write
Requests a write of newValue to the characteristic using the given writeType and suspends until the result is received. The characteristic must support the property corresponding to writeType, otherwise GattResponse.WriteNotPermitted is returned.
Return
the GattResponse.WriteResponse received from the device
Parameters
Attempts to write a value of T to the characteristic using the given writeType and suspends until the write completes.
Return
the GattResponse.WriteResponse received from the remote device.
Parameters
the SerializationStrategy to use to serialize the value.
the BluetoothFormat to use to serialize the value.
the T to write.
the WriteType to use
Type Parameters
the type of the data object to write.
Attempts to write a value of T to the characteristic using the given writeType and suspends until the write completes.
Return
the GattResponse.WriteResponse received from the remote device.
Parameters
the BluetoothFormat to use to serialize the value.
the T to write.
the WriteType to use
Type Parameters
the type of the data object to write.