DescriptorListModel QML Type

A list model for descriptors, called by BluetoothLECharacteristic. More...

Import Statement: import ArcGIS.AppFramework.Devices 1.0

Properties

Methods

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

Detailed Description

Enumerations

DescriptorRoles enumeration

This enum describes the potential roles of a descriptor.

NameValue
DescriptorListModel.NameRole257
DescriptorListModel.ValueRole258
DescriptorListModel.UuidRole259
DescriptorListModel.ValidRole260
DescriptorListModel.TypeRole261

Property Documentation

[read-only] count : int

Returns the number of descriptors present in the list model.


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.


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