|
|
|
|
|
BeaconStopPreciseDetection (Function) In french: BeaconArrêteDétectionPrécise
BeaconDetectBackground(arrGroupBeacons, ProcDetection)
INTERNAL PROCEDURE ProcDetection(group is beaconGroup, nType is int)
IF nType = bdapEnter
BeaconDetectPrecise(group, procPreciseDetection)
ELSE
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|