public static enum Dot11HTCapabilitiesElement.StbcSupport extends Enum<Dot11HTCapabilitiesElement.StbcSupport>
Enum Constant and Description |
---|
NO_SUPPORT
No support: 0
|
ONE_AND_TWO_SPATIAL_STREAMS
One and two spatial streams are supported: 2
|
ONE_SPATIAL_STREAM
One spatial stream is supported: 1
|
ONE_TWO_AND_THREE_SPATIAL_STREAMS
One, two and three spatial streams are supported: 3
|
Modifier and Type | Method and Description |
---|---|
static Dot11HTCapabilitiesElement.StbcSupport |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HTCapabilitiesElement.StbcSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.StbcSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.StbcSupport NO_SUPPORT
public static final Dot11HTCapabilitiesElement.StbcSupport ONE_SPATIAL_STREAM
public static final Dot11HTCapabilitiesElement.StbcSupport ONE_AND_TWO_SPATIAL_STREAMS
public static final Dot11HTCapabilitiesElement.StbcSupport ONE_TWO_AND_THREE_SPATIAL_STREAMS
public static Dot11HTCapabilitiesElement.StbcSupport[] values()
for (Dot11HTCapabilitiesElement.StbcSupport c : Dot11HTCapabilitiesElement.StbcSupport.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.StbcSupport 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<Dot11HTCapabilitiesElement.StbcSupport>
public static Dot11HTCapabilitiesElement.StbcSupport getInstance(int value)
value
- valueCopyright © 2011–2017 Pcap4J.org. All rights reserved.