public static enum HMC5883L.OutputRate extends java.lang.Enum<HMC5883L.OutputRate>
| Enum Constant and Description |
|---|
k075Hz
0.75Hz
|
k15Hz
15.0Hz (Default)
|
k1P5Hz
1.50Hz
|
k30Hz
30.0Hz
|
k3Hz
3.00Hz
|
k75Hz
75.0Hz
|
k7P5Hz
7.50Hz
|
RATE_RES
Reserved
|
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
static HMC5883L.OutputRate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HMC5883L.OutputRate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HMC5883L.OutputRate k075Hz
public static final HMC5883L.OutputRate k1P5Hz
public static final HMC5883L.OutputRate k3Hz
public static final HMC5883L.OutputRate k7P5Hz
public static final HMC5883L.OutputRate k15Hz
public static final HMC5883L.OutputRate k30Hz
public static final HMC5883L.OutputRate k75Hz
public static final HMC5883L.OutputRate RATE_RES
public static HMC5883L.OutputRate[] values()
for (HMC5883L.OutputRate c : HMC5883L.OutputRate.values()) System.out.println(c);
public static HMC5883L.OutputRate 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 null