connect-sdk / de.proglove.sdk.scanner / IScannerOutput
IScannerOutput
interface IScannerOutput
Functions
| Name | Summary |
|---|---|
| onBarcodeScanned | Callback Method that is called for each scanned barcode It will only be called once per Barcodeabstract fun onBarcodeScanned(barcodeScanResults:BarcodeScanResults):Unit |
| onScannerConnected | Notifier function that is called once a MARK Scanner is connected to this device.abstract fun onScannerConnected():Unit |
| onScannerDisconnected | Notifier function that is called once a MARK Scanner is connected to this device.abstract fun onScannerDisconnected():Unit |
| onScannerStateChanged | Much more detailed callbacks for the scanner statusopen fun onScannerStateChanged(status:ConnectionStatus):Unit |