public enum RfStrength extends java.lang.Enum<RfStrength>
Modifier and Type | Method and Description |
---|---|
int |
getExternalPowerGain() |
int |
getOutputPower() |
static RfStrength |
getRFStrength(byte parameter) |
int |
getRxSensitivity() |
byte |
getValue() |
static RfStrength |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RfStrength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RfStrength LOW
public static final RfStrength MEDIUM
public static final RfStrength HIGH
public static RfStrength[] values()
for (RfStrength c : RfStrength.values()) System.out.println(c);
public static RfStrength 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 byte getValue()
public int getOutputPower()
public int getRxSensitivity()
public int getExternalPowerGain()
public static RfStrength getRFStrength(byte parameter) throws ErrorParameterException
ErrorParameterException