public static enum UhfH.FrequencyMode extends java.lang.Enum<UhfH.FrequencyMode>
Enum Constant and Description |
---|
Brazil_902_907MHz |
Brazil_915_928MHz |
Chinese_840_845MHz |
Chinese_920_925MHz |
ETSI |
FCC_902_928MHz |
Fixed |
Korea_917_921MHz |
Taiwan_922_928MHz |
User_Define |
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
static UhfH.FrequencyMode |
getEnumFrequnceMode(byte[] bs) |
UhfH.Frequency |
getStandardFrequency() |
static UhfH.FrequencyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.FrequencyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.FrequencyMode Chinese_920_925MHz
public static final UhfH.FrequencyMode Chinese_840_845MHz
public static final UhfH.FrequencyMode ETSI
public static final UhfH.FrequencyMode Fixed
public static final UhfH.FrequencyMode FCC_902_928MHz
public static final UhfH.FrequencyMode Taiwan_922_928MHz
public static final UhfH.FrequencyMode Korea_917_921MHz
public static final UhfH.FrequencyMode Brazil_902_907MHz
public static final UhfH.FrequencyMode Brazil_915_928MHz
public static final UhfH.FrequencyMode User_Define
public static UhfH.FrequencyMode[] values()
for (UhfH.FrequencyMode c : UhfH.FrequencyMode.values()) System.out.println(c);
public static UhfH.FrequencyMode 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 UhfH.Frequency getStandardFrequency()
public byte getByte()
public static UhfH.FrequencyMode getEnumFrequnceMode(byte[] bs)