CodabarStartStopTransmission enum

Enum representing the start and stop character transmission options for Codabar symbology.

Inheritance

Constructors

CodabarStartStopTransmission()
const

Values

doNotTransmitStartStop → const CodabarStartStopTransmission

Do not transmit start and stop characters.

startStopABCDABCD → const CodabarStartStopTransmission

Transmit start and stop characters in ABCD-ABCD format.

startStopabcdabcd → const CodabarStartStopTransmission

Transmit start and stop characters in abcd-abcd format.

startStopABCDTNxE → const CodabarStartStopTransmission

Transmit start and stop characters in ABCD-TNxE format.

startStopabcdtnxe → const CodabarStartStopTransmission

Transmit start and stop characters in abcd-tnxe format.

startStopDC1DC2DC3DC4 → const CodabarStartStopTransmission

Transmit start and stop characters in DC1-DC2-DC3-DC4 format.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<CodabarStartStopTransmission>
A constant List of the values in this enum, in order of their declaration.