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