CodeSpecific class

A class providing access to settings for specific barcode symbologies.

This class includes settings for individual barcode types such as Codabar, Code 39, UPC, EAN, and others. It allows you to configure scanner behavior for specific barcode formats.

It is recommended that you access this class via the OptiConnect class and avoid direct initialization.

Annotations
  • @lazySingleton

Constructors

CodeSpecific(Code2Of5AndSCode code2of5andSCode, Codabar codabar, Code11 code11, Code39 code39, Code93 code93, Code128AndGS1128 code128AndGS1128, CompositeCodes compositeCodes, EAN8 ean8, EAN13 ean13, GS1Databar gs1Databar, IATA iata, KoreanPostalAuthority koreanPostalAuthority, MSIPlessey msiPlessey, Telepen telepen, UKPlessey ukPlessey, UPCA upcA, UPCE upcE, UPCE1 upcE1)
Injects the instances that provide access to settings for specific barcode symbologies.

Properties

codabar Codabar
Settings related to Codabar symbology.
final
code2of5andSCode Code2Of5AndSCode
Settings related to Code 2 of 5 and S-Code symbologies.
final
code11 Code11
Settings related to Code 11 symbology.
final
code39 Code39
Settings related to Code 39 symbology.
final
code93 Code93
Settings related to Code 93 symbology.
final
code128AndGS1128 Code128AndGS1128
Settings related to Code 128 and GS1-128 symbologies.
final
compositeCodes CompositeCodes
Settings related to composite codes.
final
ean8 EAN8
Settings related to EAN-8 symbology.
final
ean13 EAN13
Settings related to EAN-13 symbology.
final
gs1Databar GS1Databar
Settings related to GS1 Databar symbologies.
final
hashCode int
The hash code for this object.
no setterinherited
iata IATA
Settings related to IATA symbology.
final
koreanPostalAuthority KoreanPostalAuthority
Settings related to the Korean Postal Authority Code symbology.
final
msiPlessey MSIPlessey
Settings related to MSI Plessey symbology.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telepen Telepen
Settings related to Telepen symbology.
final
ukPlessey UKPlessey
Settings related to UK Plessey symbology.
final
upcA UPCA
Settings related to UPC-A symbology.
final
upcE UPCE
Settings related to UPC-E symbology.
final
upcE1 UPCE1
Settings related to UPC-E1 symbology.
final

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
toString() String
A string representation of this object.
inherited

Operators

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