AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones BTLE
  • 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

Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/01/2023

Señalar un error o enviar una sugerencia | Ayuda local