public enum OutputInterface extends java.lang.Enum<OutputInterface>
Enum Constant and Description |
---|
BLE |
HID_N_VCOM |
KEYBOARD |
TCP_CLIENT |
TCP_SERVER |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<OutputInterface> |
getOutputInterfaces(byte value) |
byte |
getValue() |
static OutputInterface |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputInterface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputInterface KEYBOARD
public static final OutputInterface HID_N_VCOM
public static final OutputInterface BLE
public static final OutputInterface TCP_CLIENT
public static final OutputInterface TCP_SERVER
public static OutputInterface[] values()
for (OutputInterface c : OutputInterface.values()) System.out.println(c);
public static OutputInterface 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 nullpublic byte getValue()
public static java.util.Set<OutputInterface> getOutputInterfaces(byte value)