public final class DeviceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DeviceType |
All |
static DeviceType |
CeboLC |
static DeviceType |
CeboStick |
static DeviceType |
Usb |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return instance name, "Usb", "All", ...
|
java.lang.String |
toString() |
public static final DeviceType All
public static final DeviceType Usb
public static final DeviceType CeboLC
public static final DeviceType CeboStick