public final class LlcControlUnnumbered extends Object implements LlcPacket.LlcControl
0 1 2 3 4 5 6 7
+-----+-----+-----+-----+-----+-----+-----+-----+
| modifier | P/F | modifier | 1 | 1 |
| func bits | | func bits | | |
+-----+-----+-----+-----+-----+-----+-----+-----+
Modifier and Type | Class and Description |
---|---|
static class |
LlcControlUnnumbered.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
LlcControlUnnumbered.Builder |
getBuilder() |
LlcControlModifierFunction |
getModifierFunction() |
boolean |
getPfBit() |
byte[] |
getRawData() |
int |
hashCode() |
int |
length() |
static LlcControlUnnumbered |
newInstance(byte value) |
String |
toString() |
public static LlcControlUnnumbered newInstance(byte value) throws IllegalRawDataException
value
- valueIllegalRawDataException
- if parsing the value fails.public LlcControlModifierFunction getModifierFunction()
public boolean getPfBit()
public int length()
length
in interface LlcPacket.LlcControl
public byte[] getRawData()
getRawData
in interface LlcPacket.LlcControl
public LlcControlUnnumbered.Builder getBuilder()
Copyright © 2011–2017 Pcap4J.org. All rights reserved.