|
|
|
|
|
BTLEInitializeDevice (Function) In french: BTLEInitialisePériphérique Initializes a Bluetooth Low Energy device in Windows. 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|