Documentation ¶
Overview ¶
Package rd_cp is a generated VPP binary API for 'rd_cp' module.
It consists of:
2 messages 1 service
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of this module. ModuleName = "rd_cp" // APIVersion is the API version of this module. APIVersion = "1.0.0" // VersionCrc is the CRC of this module. VersionCrc = 0xc91af796 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type IP6NdAddressAutoconfig ¶
IP6NdAddressAutoconfig represents VPP binary API message 'ip6_nd_address_autoconfig'.
func (*IP6NdAddressAutoconfig) GetCrcString ¶
func (*IP6NdAddressAutoconfig) GetCrcString() string
func (*IP6NdAddressAutoconfig) GetMessageName ¶
func (*IP6NdAddressAutoconfig) GetMessageName() string
func (*IP6NdAddressAutoconfig) GetMessageType ¶
func (*IP6NdAddressAutoconfig) GetMessageType() api.MessageType
func (*IP6NdAddressAutoconfig) Reset ¶
func (m *IP6NdAddressAutoconfig) Reset()
type IP6NdAddressAutoconfigReply ¶
type IP6NdAddressAutoconfigReply struct {
Retval int32
}
IP6NdAddressAutoconfigReply represents VPP binary API message 'ip6_nd_address_autoconfig_reply'.
func (*IP6NdAddressAutoconfigReply) GetCrcString ¶
func (*IP6NdAddressAutoconfigReply) GetCrcString() string
func (*IP6NdAddressAutoconfigReply) GetMessageName ¶
func (*IP6NdAddressAutoconfigReply) GetMessageName() string
func (*IP6NdAddressAutoconfigReply) GetMessageType ¶
func (*IP6NdAddressAutoconfigReply) GetMessageType() api.MessageType
func (*IP6NdAddressAutoconfigReply) Reset ¶
func (m *IP6NdAddressAutoconfigReply) Reset()
type RPCService ¶
type RPCService interface {
IP6NdAddressAutoconfig(ctx context.Context, in *IP6NdAddressAutoconfig) (*IP6NdAddressAutoconfigReply, error)
}
RPCService represents RPC service API for rd_cp module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
Click to show internal directories.
Click to hide internal directories.