Enum Class Dot11LinkAdaptationControl.AselCommand
java.lang.Object
java.lang.Enum<Dot11LinkAdaptationControl.AselCommand>
org.pcap4j.packet.Dot11LinkAdaptationControl.AselCommand
- All Implemented Interfaces:
Serializable, Comparable<Dot11LinkAdaptationControl.AselCommand>, Constable
- Enclosing class:
Dot11LinkAdaptationControl
public static enum Dot11LinkAdaptationControl.AselCommand
extends Enum<Dot11LinkAdaptationControl.AselCommand>
- Since:
- pcap4j 1.7.0
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNo Feedback Due to ASEL Training Failure or Stale Feedback: 5Receive Antenna Selection Sounding Indication (RXASSI): 2Receive Antenna Selection Sounding Request (RXASSR): 3Reserved: 7Sounding Label: 4Transmit Antenna Selection Sounding Indication (TXASSI): 0Transmit Antenna Selection Sounding Indication requesting feedback of explicit CSI (TXASSI-CSI): 6Transmit Antenna Selection Sounding Request (TXASSR) or Transmit ASEL Sounding Resumption: 1 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance(int value) getName()intgetValue()toString()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TXASSI
Transmit Antenna Selection Sounding Indication (TXASSI): 0 -
TXASSR
Transmit Antenna Selection Sounding Request (TXASSR) or Transmit ASEL Sounding Resumption: 1 -
RXASSI
Receive Antenna Selection Sounding Indication (RXASSI): 2 -
RXASSR
Receive Antenna Selection Sounding Request (RXASSR): 3 -
SOUNDING_LABEL
Sounding Label: 4 -
NO_FEEDBACK
No Feedback Due to ASEL Training Failure or Stale Feedback: 5 -
TXASSI_CSI
Transmit Antenna Selection Sounding Indication requesting feedback of explicit CSI (TXASSI-CSI): 6 -
SEVEN
Reserved: 7
-
-
Field Details
-
value
private final int value -
name
-
-
Constructor Details
-
AselCommand
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()- Returns:
- value
-
getName
- Returns:
- name
-
toString
- Overrides:
toStringin classEnum<Dot11LinkAdaptationControl.AselCommand>
-
getInstance
- Parameters:
value- value- Returns:
- the AselCommand object the value of which is the given value.
-