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
BTLEInitializeDevice (Function)
In french: BTLEInitialisePériphérique
Initializes a Bluetooth Low Energy device in Windows.
Remark: In Windows, this function replaces BTLEConnect.
Example
myDevice is btleDevice
IF BTLEInitializeDevice(myDevice) = True THEN
Info("Device initialized")
ELSE
ErrorInfo()
END
Syntax
<Result> = BTLEInitializeDevice(<Device>)
<Result>: Boolean
  • True if the initialization was successful,
  • False otherwise. ErrorInfo returns more information on the error.
<Device>: btleDevice variable
Name of the btleDevice variable corresponding to the device to use.
Remarks
Bluetooth Low Energy WLanguage functions are only available on:
  • PCs that support at least Bluetooth Low Energy 5.
  • PCs using a Bluetooth device that supports at least Bluetooth Low Energy 5.
Business / UI classification: Business Logic
Component: wd290com.dll
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/05/2022

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