ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / BTLE functions
  • Properties specific to btleDescriptor variables
  • Functions that use btleDescriptor variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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 devices compatible with Bluetooth LE: unit of the value, range of values, ... It is identified by a unique character string (UUID).
The characteristics of this descriptor can be defined and modified by several WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
cMyService is btleService
...
cMyCharacteristic is btleCharacteristic <- cMyService[1]
cMyDesc is btleDescriptor <- cMyCharacteristic.Descriptor[1]
Remarks

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.

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: 01/26/2023

Send a report | Local help