Code39 class abstract

Interface for managing settings related to Code 39 symbology.

Provides methods for configuring the mode, check digit validation, transmission options, concatenation, and minimum length settings for Code 39.

Constructors

Code39()

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
setCheckCD({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the check digit validation for Code 39 symbology.
setConcatenation({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the concatenation mode for Code 39 symbology.
setMinLength1Digit(String deviceId) Future<CommandResponse>
Sets the minimum length for Code 39 symbology to 1 digit.
setMinLength3Digits(String deviceId) Future<CommandResponse>
Sets the minimum length for Code 39 symbology to 3 digits.
setMode({required String deviceId, required Code39Mode mode}) Future<CommandResponse>
Sets the mode for Code 39 symbology.
setTransmitCD({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the check digit for Code 39 symbology.
setTransmitLdAForItPharm({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the leading 'A' for IT Pharmaceutical mode in Code 39 symbology.
setTransmitSTSP({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of start/stop characters for Code 39 symbology.
toString() String
A string representation of this object.
inherited

Operators

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