|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Reader.Region>
com.thingmagic.Reader.Region
public static enum Reader.Region
RFID regulatory regions
Enum Constant Summary | |
---|---|
AR
Argentina |
|
AU
Australia |
|
BD
Bangladesh |
|
EU
European Union |
|
EU2
European Union (revised) |
|
EU3
European Union (revised) |
|
EU4
European Union (revised) |
|
HK
Hong Kong |
|
ID
Indonesia |
|
IN
India |
|
IS
Israel |
|
JP
Japan |
|
JP2
Japan2 (24dBm with 13 channels) |
|
JP3
Japan3 (24dBm with 6 channels) |
|
KR
Korea |
|
KR2
Korea (revised) |
|
MANUFACTURING
Unrestricted access to full hardware range |
|
MO
Macau |
|
MY
Malaysia |
|
NA
North America |
|
NA2
Reduced FCC region |
|
NA3
5MHZ FCC band |
|
NZ
New Zealand !!EXPERIMENTAL!! |
|
OPEN
No-limit region |
|
OPEN_EXTENDED
OPEN region with extended frequency range 840-960MHz for M6ePlus module |
|
PH
Philippines |
|
PRC
China |
|
PRC2
China(840MHZ) |
|
RU
Russia |
|
SG
Singapore |
|
TH
Thailand |
|
TW
Taiwan |
|
UNSPEC
Region not set |
|
VN
Vietnam |
Method Summary | |
---|---|
static Reader.Region |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Reader.Region[] |
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 Reader.Region UNSPEC
public static final Reader.Region EU
public static final Reader.Region IN
public static final Reader.Region JP
public static final Reader.Region KR
public static final Reader.Region KR2
public static final Reader.Region NA
public static final Reader.Region PRC
public static final Reader.Region PRC2
public static final Reader.Region EU2
public static final Reader.Region EU3
public static final Reader.Region AU
public static final Reader.Region NZ
public static final Reader.Region OPEN
public static final Reader.Region MANUFACTURING
public static final Reader.Region NA2
public static final Reader.Region NA3
public static final Reader.Region IS
public static final Reader.Region MY
public static final Reader.Region ID
public static final Reader.Region PH
public static final Reader.Region TW
public static final Reader.Region MO
public static final Reader.Region RU
public static final Reader.Region SG
public static final Reader.Region JP2
public static final Reader.Region JP3
public static final Reader.Region VN
public static final Reader.Region TH
public static final Reader.Region AR
public static final Reader.Region HK
public static final Reader.Region BD
public static final Reader.Region EU4
public static final Reader.Region OPEN_EXTENDED
Method Detail |
---|
public static Reader.Region[] values()
for (Reader.Region c : Reader.Region.values()) System.out.println(c);
public static Reader.Region 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 null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |