public class IGPFlagBitsPrefixAttribTLV extends BGP4TLVFormat
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
IGPFlagBitsPrefixAttribTLV() |
IGPFlagBitsPrefixAttribTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode() |
byte |
getFlags() |
boolean |
isUp_dw_bit() |
void |
setFlags(byte flags) |
void |
setUp_dw_bit(boolean up_dw_bit) |
String |
toString() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public IGPFlagBitsPrefixAttribTLV()
public IGPFlagBitsPrefixAttribTLV(byte[] bytes, int offset)
public void encode()
encode
in class BGP4TLVFormat
public void decode()
public boolean isUp_dw_bit()
public void setUp_dw_bit(boolean up_dw_bit)
public byte getFlags()
public void setFlags(byte flags)
Copyright © 2016. All rights reserved.