HighLevelEncoder
object HighLevelEncoder
DataMatrix ECC 200 data encoder following the algorithm described in ISO/IEC 16022:200(E) in annex S.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unlatch from C40 encodation
Link copied to clipboard
Link copied to clipboard
mode latch to ANSI X.12 encodation mode
Link copied to clipboard
mode latch to Base 256 encodation mode
Link copied to clipboard
mode latch to C40 encodation mode
Link copied to clipboard
mode latch to EDIFACT encodation mode
Link copied to clipboard
mode latch to Text encodation mode
Link copied to clipboard
05 Macro header
Link copied to clipboard
06 Macro header
Link copied to clipboard
Macro trailer
Link copied to clipboard
Link copied to clipboard
Upper Shift
Link copied to clipboard
Link copied to clipboard
Unlatch from X12 encodation
Functions
Link copied to clipboard
Determines the number of consecutive characters that are encodable using numeric compaction.
Link copied to clipboard
fun encodeHighLevel(msg: String, shape: SymbolShapeHint, minSize: Dimension?, maxSize: Dimension?): String
fun encodeHighLevel(msg: String, shape: SymbolShapeHint, minSize: Dimension?, maxSize: Dimension?, forceC40: Boolean): String
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard