setCheckCD

abstract suspend fun setCheckCD(deviceId: String, setting: Code11CheckCDSettings): CommandResponse

Sets the check digit validation mode for Code 11 symbology.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.

setting

The Code11CheckCDSettings enum value representing the desired setting.


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

Callback-based version of setCheckCD for Java interoperability.

Parameters

deviceId

The identifier of the target device.

setting

The Code11CheckCDSettings enum value representing the desired setting.

callback

Callback to receive CommandResponse.