Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2019 Changes in this version + type MsgCodec struct + func (*MsgCodec) DecodeMsg(data []byte, msg api.Message) error + func (*MsgCodec) DecodeMsgContext(data []byte, msg api.Message) (uint32, error) + func (*MsgCodec) EncodeMsg(msg api.Message, msgID uint16) (data []byte, err error) + type VppEventHeader struct + ClientIndex uint32 + VlMsgID uint16 + type VppOtherHeader struct + VlMsgID uint16 + type VppReplyHeader struct + Context uint32 + VlMsgID uint16 + type VppRequestHeader struct + ClientIndex uint32 + Context uint32 + VlMsgID uint16