public static enum I2c.ConnType extends Enum<I2c.ConnType>
| Modifier and Type | Method and Description |
|---|---|
static I2c.ConnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I2c.ConnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I2c.ConnType SERIALUSB
public static final I2c.ConnType FTDIUSB
public static I2c.ConnType[] values()
for (I2c.ConnType c : I2c.ConnType.values()) System.out.println(c);
public static I2c.ConnType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 LSST. All rights reserved.