RemoteDescriptor
A Descriptor that is accessed remotely by a bluetooth client using BluetoothClient
Parameters
method to call when a new DeviceConnectionManager.Event.AddAction event should take place
the Logger to use for logging.
Constructors
Properties
the RemoteCharacteristic this descriptor belongs to
the RemoteDescriptorWrapper to access the platform descriptor
Functions
Requests a read of the value of the attribute from the device and suspends until the value is received.
Requests a read of the a value of T of the attribute from the device and suspends until the value is received.
Requests a read of the a value of T of the attribute from the device and suspends until the value is received.
Creates and emits a ReadAction
Creates and emits a WriteAction to write a given ByteArray
Creates and emits a WriteAction to write a given T
Attempts to write a ByteArray to the attribute on the device and suspends until the write completes.
Attempts to write a value of T to the attribute on the device and suspends until the write completes.