CharacteristicListModel QML Type

A list model for characteristics, called by BluetoothLEService. More...

Import Statement: import ArcGIS.AppFramework.Devices 1.0

Properties

Methods

  • BluetoothLECharacteristic get(int index)
  • BluetoothLECharacteristic getByUuid(string uuid)

Detailed Description

Enumerations

CharacteristicRoles enumeration

This enum describes the potential roles of a characteristic.

NameValue
CharacteristicListModel.NameRole257
CharacteristicListModel.ValueRole258
CharacteristicListModel.UuidRole259
CharacteristicListModel.ValidRole260
CharacteristicListModel.PropertiesRole261

Property Documentation

[read-only] count : int

The number of characteristics present in the list model.


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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.