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