public static enum Dot11FrameControl.ProtocolVersion extends java.lang.Enum<Dot11FrameControl.ProtocolVersion>
| Enum Constant and Description |
|---|
V0
v0 (00)
|
V1
v1 (01)
|
V2
v2 (10)
|
V3
v3 (11)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static Dot11FrameControl.ProtocolVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dot11FrameControl.ProtocolVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11FrameControl.ProtocolVersion V0
public static final Dot11FrameControl.ProtocolVersion V1
public static final Dot11FrameControl.ProtocolVersion V2
public static final Dot11FrameControl.ProtocolVersion V3
public static Dot11FrameControl.ProtocolVersion[] values()
for (Dot11FrameControl.ProtocolVersion c : Dot11FrameControl.ProtocolVersion.values()) System.out.println(c);
public static Dot11FrameControl.ProtocolVersion 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 getValue()
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.