Skip to content

connect-sdk / de.proglove.sdk.scanner / BarcodeScanResults

BarcodeScanResults

data class BarcodeScanResults

Represents all (available) data for a symbology scan.

Parameters

barcodeContent - the content of the barcode as a String

symbology - the symbology of the barcode as a String - possible values can be found in the readme:

Constructors

Name Summary
<init> Represents all (available) data for a symbology scan.BarcodeScanResults(barcodeContent:String, symbology:String? = null)

Properties

Name Summary
barcodeContent the content of the barcode as a Stringval barcodeContent:String
symbology the symbology of the barcode as a String - possible values can be found in the readme:val symbology:String?