static enum GridConnect.InputState extends Enum<GridConnect.InputState>
Enum Constant and Description |
---|
BODYHI_OR_END |
BODYLO |
EXTENDED |
HEADER |
NOPACKET |
REMOTE |
Modifier and Type | Method and Description |
---|---|
static GridConnect.InputState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridConnect.InputState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridConnect.InputState NOPACKET
public static final GridConnect.InputState EXTENDED
public static final GridConnect.InputState HEADER
public static final GridConnect.InputState REMOTE
public static final GridConnect.InputState BODYHI_OR_END
public static final GridConnect.InputState BODYLO
public static GridConnect.InputState[] values()
for (GridConnect.InputState c : GridConnect.InputState.values()) System.out.println(c);
public static GridConnect.InputState 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 © 2017 The OpenLCB Group. All rights reserved.