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