public static enum LynxI2cDeviceSynch.BusSpeed extends java.lang.Enum<LynxI2cDeviceSynch.BusSpeed>
| Enum Constant and Description |
|---|
FAST_400K |
STANDARD_100K |
| Modifier and Type | Method and Description |
|---|---|
protected LynxI2cConfigureChannelCommand.SpeedCode |
toSpeedCode() |
static LynxI2cDeviceSynch.BusSpeed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LynxI2cDeviceSynch.BusSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LynxI2cDeviceSynch.BusSpeed STANDARD_100K
public static final LynxI2cDeviceSynch.BusSpeed FAST_400K
public static LynxI2cDeviceSynch.BusSpeed[] values()
for (LynxI2cDeviceSynch.BusSpeed c : LynxI2cDeviceSynch.BusSpeed.values()) System.out.println(c);
public static LynxI2cDeviceSynch.BusSpeed 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 nullprotected LynxI2cConfigureChannelCommand.SpeedCode toSpeedCode()