public class MaximumLinkBandwidthLinkAttribTLV extends BGP4TLVFormat
| Modifier and Type | Field and Description |
|---|---|
float |
maximumBandwidth |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
MaximumLinkBandwidthLinkAttribTLV() |
MaximumLinkBandwidthLinkAttribTLV(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, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic MaximumLinkBandwidthLinkAttribTLV()
public MaximumLinkBandwidthLinkAttribTLV(byte[] bytes,
int offset)
public void encode()
encode in class BGP4TLVFormatprotected void decode()
public float getMaximumBandwidth()
public void setMaximumBandwidth(float maximumBandwidth)
public String toStringShort()
Copyright © 2016. All rights reserved.