AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones BTLE
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
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
Example
MyDevice is btleDevice
...
MyDesc is btleDescriptor
MyDesc = BTLEGetADescriptor(MyDevice.Service[1].Characteristic[1], "AD09")
IF ErrorOccurred THEN
Error("The descriptor does not exist.")
RETURN
END
...
Syntax
<Result> = BTLEGetADescriptor(<Characteristic> , <Identifier>)
<Result>: btleDescriptor variable
btleDescriptor variable corresponding to the information of requested descriptor. If no descriptor corresponds to the specified identifier, the ErrorOccurred variable is set to True.
<Characteristic>: btleCharacteristic variable
Name of btleCharacteristic variable corresponding to the characteristic used.
<Identifier>: Character string
Identifier (UUID) of descriptor to retrieve.
Business / UI classification: Business Logic
Component: wd290com.dll
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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