setKoreanPostalOrientation

abstract suspend fun setKoreanPostalOrientation(deviceId: String, setUpsideDown: Boolean): CommandResponse

Sets the orientation of the scan engine for Korean Postal Authority Code symbology.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.

setUpsideDown

A boolean indicating whether to set the orientation to upside-down (true) or normal (false).


abstract fun setKoreanPostalOrientation(deviceId: String, setUpsideDown: Boolean, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of setKoreanPostalOrientation for Java interoperability.

Parameters

deviceId

The identifier of the target device.

setUpsideDown

A boolean indicating whether to set the orientation to upside-down or normal.

callback

Callback to receive CommandResponse.