public static final class Dot1qVlanTagPacket.Dot1qVlanTagHeader extends AbstractPacket.AbstractHeader
Modifier and Type | Method and Description |
---|---|
protected String |
buildString() |
boolean |
getCfi()
true: 1, false: 0
|
byte |
getPriority() |
protected List<byte[]> |
getRawFields() |
EtherType |
getType() |
short |
getVid() |
int |
getVidAsInt() |
int |
length() |
buildHexString, buildRawData, calcHashCode, calcLength, equals, getRawData, hashCode, toHexString, toString
public byte getPriority()
public boolean getCfi()
public short getVid()
public int getVidAsInt()
public EtherType getType()
protected List<byte[]> getRawFields()
getRawFields
in class AbstractPacket.AbstractHeader
public int length()
length
in interface Packet.Header
length
in class AbstractPacket.AbstractHeader
protected String buildString()
buildString
in class AbstractPacket.AbstractHeader
Copyright © 2014. All Rights Reserved.