public class RequestedMemorySubTLV extends PCEPSubTLV
log, subtlv_bytes, SubTLVType, TotalSubTLVLength| Constructor and Description |
|---|
RequestedMemorySubTLV() |
RequestedMemorySubTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode() |
void |
encode()
Encode RequestedStorageSize TLV
|
byte[] |
isMaxRequestedMemory() |
byte[] |
isMinRequestedMemory() |
void |
setRequestedMemory(byte[] MinRequestedMemory,
byte[] MaxRequestedMemory) |
encodeHeader, equals, getSubTLV_bytes, getSubTLVLength, getSubTLVType, getSubTLVValueLength, getTotalSubTLVLength, getTotalSubTLVLength, getType, hashCode, setSubTLV_bytes, setSubTLVType, setSubTLVValueLengthpublic RequestedMemorySubTLV()
public RequestedMemorySubTLV(byte[] bytes,
int offset)
public void encode()
encode in class PCEPSubTLVpublic void decode()
public void setRequestedMemory(byte[] MinRequestedMemory,
byte[] MaxRequestedMemory)
public byte[] isMinRequestedMemory()
public byte[] isMaxRequestedMemory()
Copyright © 2016. All rights reserved.