set CDTransmission
abstract suspend fun setCDTransmission(deviceId: String, setting: MSIPlesseyCDTransmissionSettings): CommandResponse
Sets the check digit transmission mode for MSI Plessey symbology.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
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
device Id
The identifier of the target device.
setting
The desired check digit transmission mode.
callback
Callback to receive CommandResponse.