setLeadingZeroAndTransmitCDMode

Sets the leading zero and check digit transmission mode for UPCE symbology.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.

mode

The desired leading zero and check digit transmission mode.


abstract fun setLeadingZeroAndTransmitCDMode(    deviceId: String,     mode: UPCELeadingZeroAndTransmitCDMode,     callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setLeadingZeroAndTransmitCDMode for Java interoperability.

Parameters

deviceId

The identifier of the target device.

mode

The leading zero and check digit transmission mode.

callback

Callback to receive CommandResponse.