public static enum DeviceManager.DeviceType extends java.lang.Enum<DeviceManager.DeviceType>
| Modifier and Type | Method and Description |
|---|---|
static DeviceManager.DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManager.DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManager.DeviceType FTDI_USB_UNKNOWN_DEVICE
public static final DeviceManager.DeviceType MODERN_ROBOTICS_USB_UNKNOWN_DEVICE
public static final DeviceManager.DeviceType MODERN_ROBOTICS_USB_DC_MOTOR_CONTROLLER
public static final DeviceManager.DeviceType MODERN_ROBOTICS_USB_SERVO_CONTROLLER
public static final DeviceManager.DeviceType MODERN_ROBOTICS_USB_LEGACY_MODULE
public static final DeviceManager.DeviceType MODERN_ROBOTICS_USB_DEVICE_INTERFACE_MODULE
public static final DeviceManager.DeviceType MODERN_ROBOTICS_USB_SENSOR_MUX
public static DeviceManager.DeviceType[] values()
for (DeviceManager.DeviceType c : DeviceManager.DeviceType.values()) System.out.println(c);
public static DeviceManager.DeviceType 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