Stores information about, and writes data to, a Bluetooth Low Energy service characteristic. More...
Import Statement: | import ArcGIS.AppFramework.Devices 1.0 |
Properties
- descriptors : DescriptorListModel
- enableIndicate : bool
- enableNotify : bool
- name : string
- properties : QStringList
- uuid : string
- valid : bool
- value : object
Methods
Detailed Description
The BluetoothLECharacteristic component represents an individual characteristic of a Bluetooth Low Energy (LE) service. It can only be instantiated by BluetoothLEService. This component provides access to details of the individual characteristic, as well as any associated descriptors. It's also the only way to instantiate the BluetoothLEDescriptor component.
Property Documentation
[read-only] descriptors : DescriptorListModel |
Returns the list of descriptors belonging to this characteristic. If descriptors are not available, or the characteristic has not been set, returns an empty list.
Returns the human-readable name of the characteristic. This name is based on the characteristic's standardized UUID.
Returns true if the BluetoothLECharacteristic object is valid. Otherwise, returns false.