set Transmit Dash
Sets the transmission of dashes in the barcode data for Korean Postal Authority Code symbology.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable (true
) or disable (false
) the transmission of dashes.
abstract fun setTransmitDash(deviceId: String, enabled: Boolean, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setTransmitDash for Java interoperability.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable or disable the transmission of dashes.
callback
Callback to receive CommandResponse.