RFIDSDKProfilerType enum

Inheritance

Constructors

RFIDSDKProfilerType(int value)
const

Values

UNKNOWN → const RFIDSDKProfilerType

Will be returned if getByValue if a non-existent was passed.

const RFIDSDKProfilerType(-1)
DOC_9303_EDITION_2006 → const RFIDSDKProfilerType

Doc 9303, 6th edition, 2006.

const RFIDSDKProfilerType(0x00000001)
DOC_9303_LDS_PKI_MAINTENANCE → const RFIDSDKProfilerType

LDS and PKI Maintenance, v2.0, May 21, 2014.

const RFIDSDKProfilerType(0x00000002)

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
value int
final

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

Static Methods

getByValue(int? i) RFIDSDKProfilerType?

Constants

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