set Minimum Data Length
abstract suspend fun setMinimumDataLength(deviceId: String, dataLength: DataLength): CommandResponse
Sets the minimum data length for Code 2 of 5 and S-Code symbologies.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
The identifier of the target device.
data Length
The DataLength enum value representing the minimum data length.
abstract fun setMinimumDataLength(deviceId: String, dataLength: DataLength, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setMinimumDataLength for Java interoperability.
Parameters
device Id
The identifier of the target device.
data Length
The DataLength enum value representing the minimum data length.
callback
Callback to receive CommandResponse.