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