Skip to content

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

PgScannerConfig

data class PgScannerConfig

Containing possible configurations for the connected scanning device. To change the configuration of the scanning device, set all the desired fields here and pass this object to de.proglove.sdk.IPgManager.setScannerConfig.

All fields are nullable. In case a field is left unset/null the value will not be changed.

Constructors

Name Summary
<init> Containing possible configurations for the connected scanning device. To change the configuration of the scanning device, set all the desired fields here and pass this object to de.proglove.sdk.IPgManager.setScannerConfig.PgScannerConfig(isDefaultScanAckEnabled:Boolean? = null)

Properties

Name Summary
isDefaultScanAckEnabled Enables/disables the default feedback that is triggered on the Mark after every scan. This includes the positive (ScanACK) and the negative (ScanNACK) feedback.val isDefaultScanAckEnabled:Boolean?