public final class Dot11ChannelEntry extends Object implements Serializable
1 1 +---------------+---------------+ |Operating Class| Channel | +---------------+---------------+
Constructor and Description |
---|
Dot11ChannelEntry(byte operatingClass,
byte channel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte |
getChannel() |
int |
getChannelAsInt() |
byte |
getOperatingClass() |
int |
getOperatingClassAsInt() |
int |
hashCode() |
String |
toString() |
public Dot11ChannelEntry(byte operatingClass, byte channel)
operatingClass
- operatingClasschannel
- channelCopyright © 2011–2018 Pcap4J.org. All rights reserved.