| Modifier and Type | Field and Description | 
|---|---|
static byte | 
LENGTH  | 
HEADER_LENGTHparent, 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, setPayloadpublic static final byte LENGTH
public short getCollectorMaxDelay()
public LacpCollectorTlv setCollectorMaxDelay(short collectorMaxDelay)
collectorMaxDelay - collector max delaypublic static Deserializer<LacpCollectorTlv> deserializer()
public byte[] serialize()
IPacketpublic boolean equals(Object obj)
equals in class BasePacketpublic int hashCode()
hashCode in class BasePacket