Yoctopuce Yocto-Meteo Mode D'emploi page 240

Table des Matières

Publicité

21. Référence de l'API de haut niveau
module→registerBeaconCallback()
Enregistre une fonction de callback qui sera appelée à chaque changement d'état de la balise de
localisation du module.
function registerBeaconCallback( callback)
js
int registerBeaconCallback( YModuleBeaconCallback callback)
cpp
-(int) registerBeaconCallback : (YModuleBeaconCallback)
m
function registerBeaconCallback( callback: TYModuleBeaconCallback): LongInt
pas
function registerBeaconCallback( ) As Integer
vb
int registerBeaconCallback( BeaconCallback callback)
cs
int registerBeaconCallback( BeaconCallback callback)
java
Task<int> registerBeaconCallback( BeaconCallback callback)
uwp
def registerBeaconCallback( callback)
py
function registerBeaconCallback( $callback)
php
function registerBeaconCallback( callback)
es
La fonction de callback doit accepter deux arguments: l'objet YModule dont la balise a changé, et un
entier représentant l'état de la balise de localisation.
Paramètres :
callback
la fonction de callback à rappeler, ou
234
callback
null
YModule
www.yoctopuce.com

Publicité

Table des Matières
loading

Table des Matières