public final class Dot11ChannelUsageMode extends NamedNumber<Byte,Dot11ChannelUsageMode>
Modifier and Type | Field and Description |
---|---|
static Dot11ChannelUsageMode |
NONINFRASTRUCTURE_DOT_11
Noninfrastructure IEEE 802.11 network: 0
|
static Dot11ChannelUsageMode |
OFF_CHANNEL_TDLS_DIRECT_LINK
Off-channel TDLS direct link: 1
|
Constructor and Description |
---|
Dot11ChannelUsageMode(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Dot11ChannelUsageMode o) |
static Dot11ChannelUsageMode |
getInstance(Byte value) |
static Dot11ChannelUsageMode |
register(Dot11ChannelUsageMode number) |
String |
valueAsString() |
public static final Dot11ChannelUsageMode NONINFRASTRUCTURE_DOT_11
public static final Dot11ChannelUsageMode OFF_CHANNEL_TDLS_DIRECT_LINK
public static Dot11ChannelUsageMode getInstance(Byte value)
value
- valuepublic static Dot11ChannelUsageMode register(Dot11ChannelUsageMode number)
number
- numberpublic int compareTo(Dot11ChannelUsageMode o)
compareTo
in interface Comparable<Dot11ChannelUsageMode>
compareTo
in class NamedNumber<Byte,Dot11ChannelUsageMode>
public String valueAsString()
valueAsString
in class NamedNumber<Byte,Dot11ChannelUsageMode>
Copyright © 2011–2019 Pcap4J.org. All rights reserved.