MSIPlessey

interface MSIPlessey

Interface representing settings for MSI Plessey symbology.

This interface provides methods to configure check digit validation and transmission settings for MSI Plessey symbology.

Functions

Link copied to clipboard

Sets the check digit transmission mode for MSI Plessey symbology.

abstract fun setCDTransmission(deviceId: String, setting: MSIPlesseyCDTransmissionSettings, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setCDTransmission for Java interoperability.

Link copied to clipboard
abstract suspend fun setCheckCD(deviceId: String, setting: MSIPlesseyCheckCDSettings): CommandResponse

Sets the check digit validation mode for MSI Plessey symbology.

abstract fun setCheckCD(deviceId: String, setting: MSIPlesseyCheckCDSettings, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setCheckCD for Java interoperability.