Characteristic constructor
A partial class to initialise values
Protected
emitterReadonly
propertiesThe properties of the characteristic
Readonly
serviceThe service the characteristic is related to
Readonly
uuidThe unique identifier of the characteristic
The value of the characteristic
Gets a single characteristic descriptor
descriptor UUID
Promise containing the descriptor
Gets a list of the characteristic's descriptors
Optional
descriptor: string | numberdescriptor UUID
Promise containing an array of descriptors
Gets the value of the characteristic
Promise containing the value
Start notifications of changes for the characteristic
Promise containing the characteristic
Stop notifications of changes for the characteristic
Promise containing the characteristic
Updates the value of the characteristic
The value to write
Updates the value of the characteristic without waiting for a response
The value to write
Updates the value of the characteristic and waits for a response
The value to write
Bluetooth Remote GATT Characteristic class