|
|
|
|
|
<btleCharacteristic variable>.ChangeOfValue (Function) In french: <Variable btleCaractéristique>.ChangementValeur Enables or disables detection of changes in the value of a Bluetooth Low Energy characteristic. For example, this makes it possible to generate a notification when a temperature sensor detects any changes. New in version 2025characteristic is btleCharacteristic
characteristic.ChangeOfValue(ProcDetectChange)
PROCEDURE CB_ChangeValue (characteristic is btleCharacteristic <useful> , bufValue is Buffer)
sBuf is ANSI string = bufValue
STC_SubscriptionValue = sBuf
crtc is btleCharacteristic
crtc.ChangeOfValue()
Syntax
Asking to be notified whenever the value of a characteristic changes Hide the details
<Characteristic>.ChangeOfValue([<WLanguage procedure>])
Stopping the detection regarding the change of characteristic value Hide the details
<Characteristic>.ChangeOfValue()
<Characteristic>: btleCharacteristic variable Name of the btleCharacteristic variable corresponding to the characteristic to use.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Bluetooth 4
[ + ] This example explains how to use the Bluetooth Low Energy functions (Bluetooth LE): BTLExxx. It is an application allowing you to find the nearby BTLE devices, to connect to them and to interact with the proposed services.
|
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|