Modifier and Type | Field and Description |
---|---|
static byte |
LENGTH |
HEADER_LENGTH
parent, payload
Constructor and Description |
---|
LacpCollectorTlv() |
Modifier and Type | Method and Description |
---|---|
static Deserializer<LacpCollectorTlv> |
deserializer()
Deserializer function for LacpCollectorTlv packets.
|
boolean |
equals(Object obj) |
short |
getCollectorMaxDelay()
Gets collector max delay.
|
int |
hashCode() |
byte[] |
serialize()
Sets all payloads parent packet if applicable, then serializes this
packet and all payloads.
|
LacpCollectorTlv |
setCollectorMaxDelay(short collectorMaxDelay)
Sets collector max delay.
|
String |
toString() |
clone, getParent, getPayload, resetChecksum, setParent, setPayload
public static final byte LENGTH
public short getCollectorMaxDelay()
public LacpCollectorTlv setCollectorMaxDelay(short collectorMaxDelay)
collectorMaxDelay
- collector max delaypublic static Deserializer<LacpCollectorTlv> deserializer()
public byte[] serialize()
IPacket
public boolean equals(Object obj)
equals
in class BasePacket
public int hashCode()
hashCode
in class BasePacket