setCDTransmission

Sets the check digit transmission mode for MSI Plessey symbology.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.

setting

The desired check digit transmission mode.


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

Callback-based version of setCDTransmission for Java interoperability.

Parameters

deviceId

The identifier of the target device.

setting

The desired check digit transmission mode.

callback

Callback to receive CommandResponse.