public interface BgpPrefixSidTlvRegistry
| Modifier and Type | Method and Description | 
|---|---|
| BgpPrefixSidTlv | parseBgpPrefixSidTlv(int type,
                    io.netty.buffer.ByteBuf buffer)Decode incoming TLV | 
| void | serializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv,
                        io.netty.buffer.ByteBuf bytes)Encode TLV instance | 
BgpPrefixSidTlv parseBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf buffer)
type - number of TLVbuffer - contains bytes of TLVvoid serializeBgpPrefixSidTlv(BgpPrefixSidTlv tlv, io.netty.buffer.ByteBuf bytes)
tlv - instancebytes - encoded TLV outcomeCopyright © 2018 OpenDaylight. All rights reserved.