public static enum UartbusTools.PacketFormattingMode extends Enum<UartbusTools.PacketFormattingMode>
| Enum Constant and Description |
|---|
PARSED_PACKET |
RAW_COLON |
RAW_COLON_WITH_VERIFY |
| Modifier and Type | Method and Description |
|---|---|
static UartbusTools.PacketFormattingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UartbusTools.PacketFormattingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UartbusTools.PacketFormattingMode RAW_COLON
public static final UartbusTools.PacketFormattingMode RAW_COLON_WITH_VERIFY
public static final UartbusTools.PacketFormattingMode PARSED_PACKET
public static UartbusTools.PacketFormattingMode[] values()
for (UartbusTools.PacketFormattingMode c : UartbusTools.PacketFormattingMode.values()) System.out.println(c);
public static UartbusTools.PacketFormattingMode 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 © 2020. All rights reserved.