set Intercharacter Gap Check
Sets the intercharacter gap check mode for Codabar symbology.
Return
A CommandResponse indicating the success or failure of the command.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable (true
) or disable (false
) the intercharacter gap check.
abstract fun setIntercharacterGapCheck(deviceId: String, enabled: Boolean, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setIntercharacterGapCheck for Java interoperability.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable or disable the intercharacter gap check.
callback
Callback to receive CommandResponse.