ScanTypeFormat enum

扫码结果信息

Inheritance

Constructors

ScanTypeFormat()
const

Values

FORMAT_UNKNOWN → const ScanTypeFormat

无法识别扫描条码类型。

ALL_SCAN_TYPE → const ScanTypeFormat

扫码类型设置-扫描所有条码类型。

QRCODE_SCAN_TYPE → const ScanTypeFormat

QR Code条码类型。

AZTEC_SCAN_TYPE → const ScanTypeFormat

Aztec条码类型。

DATAMATRIX_SCAN_TYPE → const ScanTypeFormat

Data Matrix条码类型。

PDF417_SCAN_TYPE → const ScanTypeFormat

PDF417条码类型。

CODE39_SCAN_TYPE → const ScanTypeFormat

Code 39条码类型。

CODE93_SCAN_TYPE → const ScanTypeFormat

Code 93条码类型。

CODE128_SCAN_TYPE → const ScanTypeFormat

Code 128条码类型。

EAN13_SCAN_TYPE → const ScanTypeFormat

EAN-13条码类型。

EAN8_SCAN_TYPE → const ScanTypeFormat

EAN-8条码类型。

ITF14_SCAN_TYPE → const ScanTypeFormat

ITF-14条码类型。

UPCCODE_A_SCAN_TYPE → const ScanTypeFormat

UPC-A条码类型。

UPCCODE_E_SCAN_TYPE → const ScanTypeFormat

UPC-E条码类型。

CODABAR_SCAN_TYPE → const ScanTypeFormat

Codabar条码类型。

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<ScanTypeFormat>
A constant List of the values in this enum, in order of their declaration.