setStartStopTransmission

abstract suspend fun setStartStopTransmission(deviceId: String, transmission: CodabarStartStopTransmission): CommandResponse

Sets the start and stop character transmission mode for Codabar symbology.

Return

A CommandResponse indicating the success or failure of the command.

Parameters

deviceId

The identifier of the target device.

transmission

The start and stop character transmission mode.


abstract fun setStartStopTransmission(deviceId: String, transmission: CodabarStartStopTransmission, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setStartStopTransmission for Java interoperability.

Parameters

deviceId

The identifier of the target device.

transmission

The start and stop character transmission mode.

callback

Callback to receive CommandResponse.