|
|
|
|
|
BeaconListBackgroundDetection (Function) In french: BeaconListeDétectionEnArrièrePlan
arrGroupBeacons is array of beaconGroup = BeaconListBackgroundDetection()
FOR EACH group OF arrGroupBeacons
IF group.UUID = " 12345678-1234-1234-1234-123456789012 " _AND_ group.Major = 5 THEN
BeaconStopBackgroundDetection(group)
END
END
Syntax
<Result> = BeaconListBackgroundDetection()
<Result>: Array of beaconGroup Array of beaconGroup variables corresponding to the list of groups of Beacons currently detected. If no detection is in progress, this array is empty. Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|