|
|
|
|
|
BeaconStopPreciseDetection (Function) In french: BeaconArrêteDétectionPrécise // Starts detecting a group of Beacons in the background BeaconDetectBackground(arrGroupBeacons, ProcDetection) INTERNAL PROCÉDURE ProcDetection(group is beaconGroup, nType is int) // Enter the beacons transmission range IF nType = bdapEnter // Find the nearby tags BeaconDetectPrecise(group, procPreciseDetection) // Exit beacon transmission range ELSE // Stop the precise detection BeaconStopPreciseDetection() END END
Syntax
<Result> = BeaconStopPreciseDetection()
<Result>: Boolean - True if the detection was stopped,
- False otherwise. To get more details on the error, use ErrorInfo.
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|