Stores information about, and writes data to, the Bluetooth Low Energy descriptor. More...
Import Statement: | import ArcGIS.AppFramework.Devices 1.0 |
Properties
Methods
Detailed Description
The BluetoothLEDescriptor component represents an individual descriptor of a Bluetooth Low Energy (LE) characteristic. It can only be instantiated by BluetoothLECharacteristic. This component provides access to details of the individual descriptor.
Property Documentation
Returns the human-readable name of the descriptor. This name is based on the descriptor's type.
Returns true if the BluetoothLEDescriptor object is valid. Otherwise, returns false.
Method Documentation
Writes the given string as the value for the descriptor.
The writeData parameter
The string to write as the new value.