set Upside Down Reading
Sets upside-down reading 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
) upside-down reading.
abstract fun setUpsideDownReading(deviceId: String, enabled: Boolean, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of setUpsideDownReading for Java interoperability.
Parameters
device Id
The identifier of the target device.
enabled
A boolean indicating whether to enable or disable upside-down reading.
callback
Callback to receive CommandResponse.