public class LocationSubTLV extends PCEPSubTLV
log, subtlv_bytes, SubTLVType, TotalSubTLVLength
Constructor and Description |
---|
LocationSubTLV() |
LocationSubTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Encode Application TLV
|
int |
getLaRes() |
byte[] |
getLatitude() |
byte[] |
getLongitude() |
int |
getLoRes() |
void |
setLaRes(int LaRes) |
void |
setLatitude(byte[] lat) |
void |
setLongitude(byte[] lon) |
void |
setLoRes(int LoRes) |
encodeHeader, equals, getSubTLV_bytes, getSubTLVLength, getSubTLVType, getSubTLVValueLength, getTotalSubTLVLength, getTotalSubTLVLength, getType, hashCode, setSubTLV_bytes, setSubTLVType, setSubTLVValueLength
public LocationSubTLV()
public LocationSubTLV(byte[] bytes, int offset)
public void encode()
encode
in class PCEPSubTLV
public void decode()
public void setLaRes(int LaRes)
public int getLaRes()
public void setLoRes(int LoRes)
public int getLoRes()
public void setLatitude(byte[] lat)
public byte[] getLatitude()
public void setLongitude(byte[] lon)
public byte[] getLongitude()
Copyright © 2016. All rights reserved.