Class Dot11ChannelEntry
java.lang.Object
org.pcap4j.packet.Dot11ChannelEntry
- All Implemented Interfaces:
Serializable
IEEE802.11 Channel Entry field
1 1
+---------------+---------------+
|Operating Class| Channel |
+---------------+---------------+
- Since:
- pcap4j 1.7.0
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
operatingClass
private final byte operatingClass -
channel
private final byte channel
-
-
Constructor Details
-
Dot11ChannelEntry
public Dot11ChannelEntry(byte operatingClass, byte channel) - Parameters:
operatingClass- operatingClasschannel- channel
-
-
Method Details
-
getOperatingClass
public byte getOperatingClass()- Returns:
- operatingClass
-
getOperatingClassAsInt
public int getOperatingClassAsInt()- Returns:
- operatingClass
-
getChannel
public byte getChannel()- Returns:
- channel
-
getChannelAsInt
public int getChannelAsInt()- Returns:
- channel
-
hashCode
-
equals
-
toString
-