Aila_Stop
Stops scanning and turns off illumination of the kiosk.
Signature
- Objective-C
- Swift
void Aila_Stop(void);
func Aila_Stop()
Description
Stops the scanning process and turns off kiosk illumination. The scan callback will no longer be invoked until Aila_Start() is called again.
Usage
- Objective-C
- Swift
- (void)stopScanning {
Aila_Stop();
NSLog(@"Scanning stopped");
}
func stopScanning() {
Aila_Stop()
print("Scanning stopped")
}
See Also
- Aila_Start - Start scanning
- Aila_ResetScan - Reset camera after scan