A list model for descriptors, called by BluetoothLECharacteristic. More...
Import Statement: | import ArcGIS.AppFramework.Devices 1.0 |
Properties
- count : int
Methods
Detailed Description
Enumerations
DescriptorRoles enumeration
This enum describes the potential roles of a descriptor.
Name | Value |
---|---|
DescriptorListModel.NameRole | 257 |
DescriptorListModel.ValueRole | 258 |
DescriptorListModel.UuidRole | 259 |
DescriptorListModel.ValidRole | 260 |
DescriptorListModel.TypeRole | 261 |
Property Documentation
Method Documentation
BluetoothLEDescriptor get(int index) |
Retrieves the descriptor associated with the given index number.
The index parameter
The index number to return the corresponding descriptor of.
BluetoothLEDescriptor getByUuid(string uuid) |
Retrieves the descriptor associated with the given UUID.
The uuid parameter
The UUID to return the corresponding descriptor of.