public static enum Frame.ControlCode extends Enum<Frame.ControlCode>
Enum Constant and Description |
---|
CON_ACK |
REQ_UD1 |
REQ_UD2 |
RSP_UD |
SND_NKE |
SND_UD |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static Frame.ControlCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frame.ControlCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Frame.ControlCode SND_NKE
public static final Frame.ControlCode SND_UD
public static final Frame.ControlCode CON_ACK
public static final Frame.ControlCode REQ_UD2
public static final Frame.ControlCode REQ_UD1
public static final Frame.ControlCode RSP_UD
public static Frame.ControlCode[] values()
for (Frame.ControlCode c : Frame.ControlCode.values()) System.out.println(c);
public static Frame.ControlCode 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 nullpublic String getLabel()
Copyright © 2009–2016 MBus4J. All rights reserved.