public static enum Dot11HtControl.CsiOrSteering extends Enum<Dot11HtControl.CsiOrSteering>
Enum Constant and Description |
---|
COMPRESSED_BEAMFORMING
Compressed beamforming: 3
|
CSI
CSI: 1
|
NO_FEEDBACK_REQUIRED
No feedback required: 0
|
NONCOMPRESSED_BEAMFORMING
Noncompressed beamforming: 2
|
Modifier and Type | Method and Description |
---|---|
static Dot11HtControl.CsiOrSteering |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HtControl.CsiOrSteering |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HtControl.CsiOrSteering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HtControl.CsiOrSteering NO_FEEDBACK_REQUIRED
public static final Dot11HtControl.CsiOrSteering CSI
public static final Dot11HtControl.CsiOrSteering NONCOMPRESSED_BEAMFORMING
public static final Dot11HtControl.CsiOrSteering COMPRESSED_BEAMFORMING
public static Dot11HtControl.CsiOrSteering[] values()
for (Dot11HtControl.CsiOrSteering c : Dot11HtControl.CsiOrSteering.values()) System.out.println(c);
public static Dot11HtControl.CsiOrSteering 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 int getValue()
public String getName()
public String toString()
toString
in class Enum<Dot11HtControl.CsiOrSteering>
public static Dot11HtControl.CsiOrSteering getInstance(int value)
value
- valueCopyright © 2011–2017 Pcap4J.org. All rights reserved.