public static enum StUhf.InterrogatorModelDs.UmdLinkProfile extends java.lang.Enum<StUhf.InterrogatorModelDs.UmdLinkProfile>
Enum Constant and Description |
---|
LinkProfile0
Tari 25us,FM0 40KHZ
|
LinkProfile1
Tari 25us,MILLER4 250KHZ
Suggested |
LinkProfile2
Tari 25us,MILLER4 300KHZ
|
LinkProfile3
Tari 6.25us,FM0 400KHZ
|
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
static StUhf.InterrogatorModelDs.UmdLinkProfile |
ValueOf(byte id) |
static StUhf.InterrogatorModelDs.UmdLinkProfile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelDs.UmdLinkProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile0
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile1
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile2
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile3
public static StUhf.InterrogatorModelDs.UmdLinkProfile[] values()
for (StUhf.InterrogatorModelDs.UmdLinkProfile c : StUhf.InterrogatorModelDs.UmdLinkProfile.values()) System.out.println(c);
public static StUhf.InterrogatorModelDs.UmdLinkProfile 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 getByte()
public static StUhf.InterrogatorModelDs.UmdLinkProfile ValueOf(byte id)