Code39 class

A class representing settings for Code 39 symbology.

This class provides methods to configure the mode, check digit validation, and transmission options for Code 39 symbology.

Annotations
  • @lazySingleton

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
sendCommand(String deviceId, String command, {List<String> parameters = const [], bool sendFeedback = true}) Future<CommandResponse>
inherited
setCheckCD({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the check digit validation for Code 39 symbology.
setConcatenation({required dynamic 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 dynamic deviceId, required Code39Mode mode}) Future<CommandResponse>
Sets the mode for Code 39 symbology.
setTransmitCD({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the check digit for Code 39 symbology.
setTransmitLdAForItPharm({required dynamic deviceId, required bool enabled}) Future<CommandResponse>
Sets the transmission of the leading 'A' for IT Pharmaceutical mode in Code 39 symbology.
setTransmitSTSP({required dynamic 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