|
|
|
|
|
- Properties specific to btleDescriptor variables
- Functions that use btleDescriptor variables
btleDescriptor (Variable type) In french: btleDescripteur
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic. This descriptor describes the data exchanged between two Bluetooth LE compatible devices: unit of value, range of values, ... It is identified by a unique character string (UUID). The characteristics of this descriptor can be defined and modified using various WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
cMonService is btleService
...
cMaCaractéristique is btleCharacteristic <- cMonService[1]
cMonDesc is btleDescriptor <- cMaCaractéristique.Descriptor[1]
Properties Properties specific to btleDescriptor variables The following properties can be used to handle a descriptor: | | | Property name | Type used | Effect |
---|
Permission | Integer | Permissions associated with the descriptor. This property is read-only. | UUID | Character string | Descriptor identifier. This property is read-only. |
Remarks Functions that use btleDescriptor variables - Functions that use the standard syntax:
- Functions that use the prefix syntax:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|