Code11

interface Code11

Interface representing settings for Code 11 symbology.

This interface provides methods to configure check digit validation and transmission settings for Code 11 symbology.

Functions

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

Sets the check digit validation mode for Code 11 symbology.

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

Callback-based version of setCheckCD for Java interoperability.

Link copied to clipboard
abstract suspend fun setTransmitCD(deviceId: String, enabled: Boolean): CommandResponse

Sets the transmission state of the check digit for Code 11 symbology.

abstract fun setTransmitCD(deviceId: String, enabled: Boolean, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setTransmitCD for Java interoperability.