setMinimumLength

abstract suspend fun setMinimumLength(deviceId: String, length: CodabarMinimumLength): CommandResponse

Sets the minimum data length for Codabar symbology.

Return

A CommandResponse indicating the success or failure of the command.

Parameters

deviceId

The identifier of the target device.

length

The minimum data length to set.


abstract fun setMinimumLength(deviceId: String, length: CodabarMinimumLength, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setMinimumLength for Java interoperability.

Parameters

deviceId

The identifier of the target device.

length

The minimum data length to set.

callback

Callback to receive CommandResponse.