KoreanPostalAuthority class abstract

Interface for settings related to Korean Postal Authority Code symbology.

Provides methods to manage check digit transmission, dash transmission, scan orientation, and upside-down reading options.

Constructors

KoreanPostalAuthority()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setKoreanPostalOrientation({required String deviceId, required bool setUpsideDown}) Future<CommandResponse>
setTransmitCD({required String deviceId, required bool enabled}) Future<CommandResponse>
setTransmitDash({required String deviceId, required bool enabled}) Future<CommandResponse>
setUpsideDownReading({required String deviceId, required bool enabled}) Future<CommandResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited