BluetoothLEDescriptor QML Type

Stores information about, and writes data to, the Bluetooth Low Energy descriptor. More...

Import Statement: import ArcGIS.AppFramework.Devices 1.0

Properties

Methods

Detailed Description

The BluetoothLEDescriptor component represents an individual descriptor of a Bluetooth Low Energy (LE) characteristic. It can only be instantiated by BluetoothLECharacteristic. This component provides access to details of the individual descriptor.

Property Documentation

[read-only] name : string

Returns the human-readable name of the descriptor. This name is based on the descriptor's type.


[read-only] type : object

Returns the type of the descriptor.


[read-only] uuid : string

Returns the UUID of this descriptor.


[read-only] valid : bool

Returns true if the BluetoothLEDescriptor object is valid. Otherwise, returns false.


[read-only] value : object

Returns the cached value of the descriptor.


Method Documentation

read()

Reads the value of the descriptor.


write(string writeData)

Writes the given string as the value for the descriptor.

The writeData parameter

The string to write as the new value.


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