public final class LlcControlSupervisory extends java.lang.Object implements LlcPacket.LlcControl
0 1 2 3 4 5 6 7
+-----+-----+-----+-----+-----+-----+-----+-----+
| receive sequence number | P/F |
| | |
+-----+-----+-----+-----+-----+-----+-----+-----+
| reserved |supervisory| 0 | 1 |
| | func bits | | |
+-----+-----+-----+-----+-----+-----+-----+-----+
| Modifier and Type | Class and Description |
|---|---|
static class |
LlcControlSupervisory.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LlcControlSupervisory.Builder |
getBuilder() |
LlcControlSupervisoryFunction |
getLlcSupervisoryFunction() |
boolean |
getPfBit() |
byte[] |
getRawData() |
byte |
getReceiveSequenceNumber() |
int |
getReceiveSequenceNumberAsInt() |
byte |
getReserved() |
int |
hashCode() |
int |
length() |
static LlcControlSupervisory |
newInstance(short value) |
java.lang.String |
toString() |
public static LlcControlSupervisory newInstance(short value) throws IllegalRawDataException
value - valueIllegalRawDataException - if parsing the value fails.public byte getReceiveSequenceNumber()
public int getReceiveSequenceNumberAsInt()
public boolean getPfBit()
public byte getReserved()
public LlcControlSupervisoryFunction getLlcSupervisoryFunction()
public int length()
length in interface LlcPacket.LlcControlpublic byte[] getRawData()
getRawData in interface LlcPacket.LlcControlpublic LlcControlSupervisory.Builder getBuilder()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.