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