Code2Of5AndSCode class abstract

Interface for managing settings related to Code 2 of 5 and S-Code symbologies.

Provides methods for configuring space checks, data length, and S-Code transmission.

Constructors

Code2Of5AndSCode()

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
setMinimumDataLength({required String deviceId, required DataLength dataLength}) Future<CommandResponse>
Sets the minimum data length for Code 2 of 5 and S-Code symbologies.
setSCodeTransmissionAsInterleaved({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission mode of S-Code as Interleaved 2 of 5.
setSpaceCheck({required String deviceId, required bool enabled}) Future<CommandResponse>
Sets the space check mode for Industrial 2 of 5 symbology.
toString() String
A string representation of this object.
inherited

Operators

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