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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close