Enum Constant and Description |
---|
LLRPConnectionStatus
GPO automatically mimics the reader connection status
|
NetworkConnectionStatus
GPO automatically mimics the reader network status
|
Normal
GPO must be set high and low through GPO config
|
Pulsed
When set high, GPO will remain for a duration and the return low
|
ReaderInventoryStatus
GPO automatically mimics the reader inventory status
|
ReaderInventoryTagsStatus
GPO automatically mimics the reader inventory tag status
|
ReaderOperationalStatus
GPO automatically mimics the reader operation status
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static GpoMode |
valueOf(int gpoModeValue) |
static GpoMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GpoMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GpoMode Normal
public static final GpoMode Pulsed
public static final GpoMode ReaderOperationalStatus
public static final GpoMode LLRPConnectionStatus
public static final GpoMode ReaderInventoryStatus
public static final GpoMode NetworkConnectionStatus
public static final GpoMode ReaderInventoryTagsStatus
public static GpoMode[] values()
for (GpoMode c : GpoMode.values()) System.out.println(c);
public static GpoMode 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 namejava.lang.NullPointerException
- if the argument is nullpublic static GpoMode valueOf(int gpoModeValue)
gpoModeValue
- the integer value of the GPO modepublic int getValue()