set Check CD
abstract suspend fun setCheckCD(deviceId: String, setting: MSIPlesseyCheckCDSettings): CommandResponse
Sets the check digit validation 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 validation mode.
abstract fun setCheckCD(deviceId: String, setting: MSIPlesseyCheckCDSettings, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setCheckCD for Java interoperability.
Parameters
device Id
The identifier of the target device.
setting
The desired check digit validation mode.
callback
Callback to receive CommandResponse.