triggerRead
Responds to a Trigger to cause the RemoteAttribute to be read.
Parameters
maps the ByteArray received from the GattResponse.ReadSuccess to the Response that will be returned.
sets up the response to a triggered read using a ReadBuilder.NonMutating
Type Parameters
the type of Response that will be returned when the RemoteAttribute is read.
Responds to a Trigger to cause the RemoteAttribute to be read.
Parameters
the DeserializationStrategy to map the ByteArray received from the GattResponse.ReadSuccess to the Response that will be returned.
the BluetoothFormat to use for deserialization.
sets up the response to a triggered read using a UnitReadBuilder.NonMutating
Type Parameters
the type of Response that will be returned when the RemoteAttribute is read.
Responds to a Trigger to cause the RemoteAttribute to be read.
Parameters
sets up the response to a triggered read using a ReadBuilder.NonMutating
Type Parameters
the type of Trigger that will cause the RemoteAttribute to be read.