public class UnreservedBandwidthLinkAttribTLV extends BGP4TLVFormat
| Modifier and Type | Field and Description |
|---|---|
float[] |
unreservedBandwidth |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
UnreservedBandwidthLinkAttribTLV() |
UnreservedBandwidthLinkAttribTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode() |
void |
encode() |
float[] |
getUnreservedBandwidth() |
void |
setUnreservedBandwidth(float[] unreservedBandwidth) |
String |
toString() |
String |
toStringShort() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic UnreservedBandwidthLinkAttribTLV()
public UnreservedBandwidthLinkAttribTLV(byte[] bytes,
int offset)
public void encode()
encode in class BGP4TLVFormatprotected void decode()
public String toStringShort()
public float[] getUnreservedBandwidth()
public void setUnreservedBandwidth(float[] unreservedBandwidth)
Copyright © 2016. All rights reserved.