public class MaximumBandwidth extends OSPFSubTLV
| Modifier and Type | Field and Description |
|---|---|
float |
maximumBandwidth |
log, tlv_bytes, TLVType, TotalTLVLength| Constructor and Description |
|---|
MaximumBandwidth() |
MaximumBandwidth(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode() |
void |
encode() |
float |
getMaximumBandwidth() |
void |
setMaximumBandwidth(float maximumBandwidth) |
String |
toString() |
String |
toStringShort() |
encodeHeader, equals, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, hashCode, setTlv_bytes, setTLVType, setTLVValueLengthpublic MaximumBandwidth()
public MaximumBandwidth(byte[] bytes,
int offset)
throws MalformedOSPFSubTLVException
MalformedOSPFSubTLVExceptionpublic void encode()
encode in class OSPFSubTLVprotected void decode()
throws MalformedOSPFSubTLVException
decode in class OSPFSubTLVMalformedOSPFSubTLVExceptionpublic float getMaximumBandwidth()
public void setMaximumBandwidth(float maximumBandwidth)
public String toStringShort()
Copyright © 2016. All rights reserved.