|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SerialReader.Gen2Configuration>
com.thingmagic.SerialReader.Gen2Configuration
public static enum SerialReader.Gen2Configuration
Gen2-specific parameters that are supported on the device.
Enum Constant Summary | |
---|---|
BAP
The Gen2 BAP. |
|
INITQ
The Gen2 InitQ is the initialQ that can be configured to start the read cycle with. |
|
LINKFREQUENCY
The Gen2 link frequency. |
|
PROTOCOLEXTENSION
The Gen2 Protocol Extension |
|
Q
The Gen2 Q algorithm used for inventory operations. |
|
SENDSELECT
SENDSELECT is used to send select with every query or only with first query and whenever antenna is switched. |
|
SESSION
The Gen2 session value. |
|
T4
The Gen2 T4 is the minimum time between Select and Query command. |
|
TAGENCODING
The Gen2 M value. |
|
TARGET
The Gen2 target algorithm used for inventory operations. |
|
TARI
The Gen2 Tari value. |
Method Summary | |
---|---|
int |
getValue()
internal use method |
static SerialReader.Gen2Configuration |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SerialReader.Gen2Configuration[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SerialReader.Gen2Configuration SESSION
Type: Gen2.Session
public static final SerialReader.Gen2Configuration TARGET
Type: Gen2.Target
public static final SerialReader.Gen2Configuration TAGENCODING
Type: Gen2.MillerM
public static final SerialReader.Gen2Configuration LINKFREQUENCY
Type: Gen2.LinkFrequency
public static final SerialReader.Gen2Configuration TARI
public static final SerialReader.Gen2Configuration Q
Type: Gen2.Q
public static final SerialReader.Gen2Configuration BAP
Type: Gen2.BAP
public static final SerialReader.Gen2Configuration PROTOCOLEXTENSION
Type: Gen2.ProtocolExtension
public static final SerialReader.Gen2Configuration T4
Type: Integer
public static final SerialReader.Gen2Configuration INITQ
Type: Gen2.InitQ
public static final SerialReader.Gen2Configuration SENDSELECT
Type: boolean
Method Detail |
---|
public static SerialReader.Gen2Configuration[] values()
for (SerialReader.Gen2Configuration c : SerialReader.Gen2Configuration.values()) System.out.println(c);
public static SerialReader.Gen2Configuration valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface SerialReader.ProtocolConfiguration
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |