ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / BTLE functions
  • Properties specific to btleDescriptor variables
  • Functions that use btleDescriptor variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
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 nameType usedEffect
PermissionIntegerPermissions associated with the descriptor.
This property is read-only.
UUIDCharacter stringDescriptor identifier.
This property is read-only.
Remarks

Functions that use btleDescriptor variables

Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help