set GS1128Conversion Mode
abstract suspend fun setGS1128ConversionMode(deviceId: String, mode: GS1128ConversionMode): CommandResponse
Sets the conversion mode for GS1-128 symbology.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
The identifier of the target device.
mode
The GS1128ConversionMode enum value representing the desired conversion mode.
abstract fun setGS1128ConversionMode(deviceId: String, mode: GS1128ConversionMode, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setGS1128ConversionMode for Java interoperability.
Parameters
device Id
The identifier of the target device.
mode
The GS1128ConversionMode enum value representing the desired conversion mode.
callback
Callback to receive CommandResponse or an error.