public static enum Dot11LinkAdaptationControl.AselCommand extends Enum<Dot11LinkAdaptationControl.AselCommand>
Enum Constant and Description |
---|
NO_FEEDBACK
No Feedback Due to ASEL Training Failure or Stale Feedback: 5
|
RXASSI
Receive Antenna Selection Sounding Indication (RXASSI): 2
|
RXASSR
Receive Antenna Selection Sounding Request (RXASSR): 3
|
SEVEN
Reserved: 7
|
SOUNDING_LABEL
Sounding Label: 4
|
TXASSI
Transmit Antenna Selection Sounding Indication (TXASSI): 0
|
TXASSI_CSI
Transmit Antenna Selection Sounding Indication requesting feedback of explicit CSI
(TXASSI-CSI): 6
|
TXASSR
Transmit Antenna Selection Sounding Request (TXASSR) or Transmit ASEL Sounding Resumption: 1
|
Modifier and Type | Method and Description |
---|---|
static Dot11LinkAdaptationControl.AselCommand |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11LinkAdaptationControl.AselCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11LinkAdaptationControl.AselCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11LinkAdaptationControl.AselCommand TXASSI
public static final Dot11LinkAdaptationControl.AselCommand TXASSR
public static final Dot11LinkAdaptationControl.AselCommand RXASSI
public static final Dot11LinkAdaptationControl.AselCommand RXASSR
public static final Dot11LinkAdaptationControl.AselCommand SOUNDING_LABEL
public static final Dot11LinkAdaptationControl.AselCommand NO_FEEDBACK
public static final Dot11LinkAdaptationControl.AselCommand TXASSI_CSI
public static final Dot11LinkAdaptationControl.AselCommand SEVEN
public static Dot11LinkAdaptationControl.AselCommand[] values()
for (Dot11LinkAdaptationControl.AselCommand c : Dot11LinkAdaptationControl.AselCommand.values()) System.out.println(c);
public static Dot11LinkAdaptationControl.AselCommand 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<Dot11LinkAdaptationControl.AselCommand>
public static Dot11LinkAdaptationControl.AselCommand getInstance(int value)
value
- valueCopyright © 2011–2018 Pcap4J.org. All rights reserved.