public enum SUPPORTED_BAUDRATE extends java.lang.Enum<SUPPORTED_BAUDRATE>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(int paramater) |
static SUPPORTED_BAUDRATE |
GetBaudRateValue(int value) |
int |
getCode() |
static SUPPORTED_BAUDRATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SUPPORTED_BAUDRATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SUPPORTED_BAUDRATE _115200
public static final SUPPORTED_BAUDRATE _230400
public static final SUPPORTED_BAUDRATE _460800
public static final SUPPORTED_BAUDRATE _921600
public static SUPPORTED_BAUDRATE[] values()
for (SUPPORTED_BAUDRATE c : SUPPORTED_BAUDRATE.values()) System.out.println(c);
public static SUPPORTED_BAUDRATE 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 int getCode()
public static SUPPORTED_BAUDRATE GetBaudRateValue(int value)
public static boolean contains(int paramater)