cisco_ios_xr_ip_udp_oper_udp_connection_nodes_node_lpts_queries_query_pcbs_pcb

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ip-udp-oper:udp-connection/nodes/node/lpts/queries/query/pcbs/pcb

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonPcbInfo

type CommonPcbInfo struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	LptsPcb              *LptsPcb `protobuf:"bytes,2,opt,name=lpts_pcb,json=lptsPcb,proto3" json:"lpts_pcb,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommonPcbInfo) Descriptor

func (*CommonPcbInfo) Descriptor() ([]byte, []int)

func (*CommonPcbInfo) GetAfName

func (m *CommonPcbInfo) GetAfName() string

func (*CommonPcbInfo) GetLptsPcb

func (m *CommonPcbInfo) GetLptsPcb() *LptsPcb

func (*CommonPcbInfo) ProtoMessage

func (*CommonPcbInfo) ProtoMessage()

func (*CommonPcbInfo) Reset

func (m *CommonPcbInfo) Reset()

func (*CommonPcbInfo) String

func (m *CommonPcbInfo) String() string

func (*CommonPcbInfo) XXX_DiscardUnknown

func (m *CommonPcbInfo) XXX_DiscardUnknown()

func (*CommonPcbInfo) XXX_Marshal

func (m *CommonPcbInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommonPcbInfo) XXX_Merge

func (m *CommonPcbInfo) XXX_Merge(src proto.Message)

func (*CommonPcbInfo) XXX_Size

func (m *CommonPcbInfo) XXX_Size() int

func (*CommonPcbInfo) XXX_Unmarshal

func (m *CommonPcbInfo) XXX_Unmarshal(b []byte) error

type IpAddr

type IpAddr struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpAddr) Descriptor

func (*IpAddr) Descriptor() ([]byte, []int)

func (*IpAddr) GetAfName

func (m *IpAddr) GetAfName() string

func (*IpAddr) GetIpv4Address

func (m *IpAddr) GetIpv4Address() string

func (*IpAddr) GetIpv6Address

func (m *IpAddr) GetIpv6Address() string

func (*IpAddr) ProtoMessage

func (*IpAddr) ProtoMessage()

func (*IpAddr) Reset

func (m *IpAddr) Reset()

func (*IpAddr) String

func (m *IpAddr) String() string

func (*IpAddr) XXX_DiscardUnknown

func (m *IpAddr) XXX_DiscardUnknown()

func (*IpAddr) XXX_Marshal

func (m *IpAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IpAddr) XXX_Merge

func (m *IpAddr) XXX_Merge(src proto.Message)

func (*IpAddr) XXX_Size

func (m *IpAddr) XXX_Size() int

func (*IpAddr) XXX_Unmarshal

func (m *IpAddr) XXX_Unmarshal(b []byte) error

type LptsAcceptMask

type LptsAcceptMask struct {
	IsInterface          bool     `protobuf:"varint,1,opt,name=is_interface,json=isInterface,proto3" json:"is_interface,omitempty"`
	IsPacketType         bool     `protobuf:"varint,2,opt,name=is_packet_type,json=isPacketType,proto3" json:"is_packet_type,omitempty"`
	IsRemoteAddress      bool     `protobuf:"varint,3,opt,name=is_remote_address,json=isRemoteAddress,proto3" json:"is_remote_address,omitempty"`
	IsRemotePort         bool     `protobuf:"varint,4,opt,name=is_remote_port,json=isRemotePort,proto3" json:"is_remote_port,omitempty"`
	IsLocalAddress       bool     `protobuf:"varint,5,opt,name=is_local_address,json=isLocalAddress,proto3" json:"is_local_address,omitempty"`
	IsLocalPort          bool     `protobuf:"varint,6,opt,name=is_local_port,json=isLocalPort,proto3" json:"is_local_port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LptsAcceptMask) Descriptor

func (*LptsAcceptMask) Descriptor() ([]byte, []int)

func (*LptsAcceptMask) GetIsInterface

func (m *LptsAcceptMask) GetIsInterface() bool

func (*LptsAcceptMask) GetIsLocalAddress

func (m *LptsAcceptMask) GetIsLocalAddress() bool

func (*LptsAcceptMask) GetIsLocalPort

func (m *LptsAcceptMask) GetIsLocalPort() bool

func (*LptsAcceptMask) GetIsPacketType

func (m *LptsAcceptMask) GetIsPacketType() bool

func (*LptsAcceptMask) GetIsRemoteAddress

func (m *LptsAcceptMask) GetIsRemoteAddress() bool

func (*LptsAcceptMask) GetIsRemotePort

func (m *LptsAcceptMask) GetIsRemotePort() bool

func (*LptsAcceptMask) ProtoMessage

func (*LptsAcceptMask) ProtoMessage()

func (*LptsAcceptMask) Reset

func (m *LptsAcceptMask) Reset()

func (*LptsAcceptMask) String

func (m *LptsAcceptMask) String() string

func (*LptsAcceptMask) XXX_DiscardUnknown

func (m *LptsAcceptMask) XXX_DiscardUnknown()

func (*LptsAcceptMask) XXX_Marshal

func (m *LptsAcceptMask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LptsAcceptMask) XXX_Merge

func (m *LptsAcceptMask) XXX_Merge(src proto.Message)

func (*LptsAcceptMask) XXX_Size

func (m *LptsAcceptMask) XXX_Size() int

func (*LptsAcceptMask) XXX_Unmarshal

func (m *LptsAcceptMask) XXX_Unmarshal(b []byte) error

type LptsFlags

type LptsFlags struct {
	IsPcbBound           bool     `protobuf:"varint,1,opt,name=is_pcb_bound,json=isPcbBound,proto3" json:"is_pcb_bound,omitempty"`
	IsLocalAddressIgnore bool     `` /* 126-byte string literal not displayed */
	IsIgnoreVrfFilter    bool     `protobuf:"varint,3,opt,name=is_ignore_vrf_filter,json=isIgnoreVrfFilter,proto3" json:"is_ignore_vrf_filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LptsFlags) Descriptor

func (*LptsFlags) Descriptor() ([]byte, []int)

func (*LptsFlags) GetIsIgnoreVrfFilter

func (m *LptsFlags) GetIsIgnoreVrfFilter() bool

func (*LptsFlags) GetIsLocalAddressIgnore

func (m *LptsFlags) GetIsLocalAddressIgnore() bool

func (*LptsFlags) GetIsPcbBound

func (m *LptsFlags) GetIsPcbBound() bool

func (*LptsFlags) ProtoMessage

func (*LptsFlags) ProtoMessage()

func (*LptsFlags) Reset

func (m *LptsFlags) Reset()

func (*LptsFlags) String

func (m *LptsFlags) String() string

func (*LptsFlags) XXX_DiscardUnknown

func (m *LptsFlags) XXX_DiscardUnknown()

func (*LptsFlags) XXX_Marshal

func (m *LptsFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LptsFlags) XXX_Merge

func (m *LptsFlags) XXX_Merge(src proto.Message)

func (*LptsFlags) XXX_Size

func (m *LptsFlags) XXX_Size() int

func (*LptsFlags) XXX_Unmarshal

func (m *LptsFlags) XXX_Unmarshal(b []byte) error

type LptsOptions

type LptsOptions struct {
	IsReceiveFilter      bool     `protobuf:"varint,1,opt,name=is_receive_filter,json=isReceiveFilter,proto3" json:"is_receive_filter,omitempty"`
	IsIpSla              bool     `protobuf:"varint,2,opt,name=is_ip_sla,json=isIpSla,proto3" json:"is_ip_sla,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LptsOptions) Descriptor

func (*LptsOptions) Descriptor() ([]byte, []int)

func (*LptsOptions) GetIsIpSla

func (m *LptsOptions) GetIsIpSla() bool

func (*LptsOptions) GetIsReceiveFilter

func (m *LptsOptions) GetIsReceiveFilter() bool

func (*LptsOptions) ProtoMessage

func (*LptsOptions) ProtoMessage()

func (*LptsOptions) Reset

func (m *LptsOptions) Reset()

func (*LptsOptions) String

func (m *LptsOptions) String() string

func (*LptsOptions) XXX_DiscardUnknown

func (m *LptsOptions) XXX_DiscardUnknown()

func (*LptsOptions) XXX_Marshal

func (m *LptsOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LptsOptions) XXX_Merge

func (m *LptsOptions) XXX_Merge(src proto.Message)

func (*LptsOptions) XXX_Size

func (m *LptsOptions) XXX_Size() int

func (*LptsOptions) XXX_Unmarshal

func (m *LptsOptions) XXX_Unmarshal(b []byte) error

type LptsPcb

type LptsPcb struct {
	Options              *LptsOptions    `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	LptsFlags            *LptsFlags      `protobuf:"bytes,2,opt,name=lpts_flags,json=lptsFlags,proto3" json:"lpts_flags,omitempty"`
	AcceptMask           *LptsAcceptMask `protobuf:"bytes,3,opt,name=accept_mask,json=acceptMask,proto3" json:"accept_mask,omitempty"`
	Filter               []*LptsRxFilter `protobuf:"bytes,4,rep,name=filter,proto3" json:"filter,omitempty"`
	Ttl                  uint32          `protobuf:"varint,5,opt,name=ttl,proto3" json:"ttl,omitempty"`
	FlowTypesInfo        uint32          `protobuf:"varint,6,opt,name=flow_types_info,json=flowTypesInfo,proto3" json:"flow_types_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*LptsPcb) Descriptor

func (*LptsPcb) Descriptor() ([]byte, []int)

func (*LptsPcb) GetAcceptMask

func (m *LptsPcb) GetAcceptMask() *LptsAcceptMask

func (*LptsPcb) GetFilter

func (m *LptsPcb) GetFilter() []*LptsRxFilter

func (*LptsPcb) GetFlowTypesInfo

func (m *LptsPcb) GetFlowTypesInfo() uint32

func (*LptsPcb) GetLptsFlags

func (m *LptsPcb) GetLptsFlags() *LptsFlags

func (*LptsPcb) GetOptions

func (m *LptsPcb) GetOptions() *LptsOptions

func (*LptsPcb) GetTtl

func (m *LptsPcb) GetTtl() uint32

func (*LptsPcb) ProtoMessage

func (*LptsPcb) ProtoMessage()

func (*LptsPcb) Reset

func (m *LptsPcb) Reset()

func (*LptsPcb) String

func (m *LptsPcb) String() string

func (*LptsPcb) XXX_DiscardUnknown

func (m *LptsPcb) XXX_DiscardUnknown()

func (*LptsPcb) XXX_Marshal

func (m *LptsPcb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LptsPcb) XXX_Merge

func (m *LptsPcb) XXX_Merge(src proto.Message)

func (*LptsPcb) XXX_Size

func (m *LptsPcb) XXX_Size() int

func (*LptsPcb) XXX_Unmarshal

func (m *LptsPcb) XXX_Unmarshal(b []byte) error

type LptsRxFilter

type LptsRxFilter struct {
	InterfaceName        string     `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	PacketType           *PktTypeEn `protobuf:"bytes,2,opt,name=packet_type,json=packetType,proto3" json:"packet_type,omitempty"`
	RemoteAddress        *IpAddr    `protobuf:"bytes,3,opt,name=remote_address,json=remoteAddress,proto3" json:"remote_address,omitempty"`
	LocalAddress         *IpAddr    `protobuf:"bytes,4,opt,name=local_address,json=localAddress,proto3" json:"local_address,omitempty"`
	RemoteLength         uint32     `protobuf:"varint,5,opt,name=remote_length,json=remoteLength,proto3" json:"remote_length,omitempty"`
	LocalLength          uint32     `protobuf:"varint,6,opt,name=local_length,json=localLength,proto3" json:"local_length,omitempty"`
	ReceiveRemotePort    uint32     `protobuf:"varint,7,opt,name=receive_remote_port,json=receiveRemotePort,proto3" json:"receive_remote_port,omitempty"`
	ReceiveLocalPort     uint32     `protobuf:"varint,8,opt,name=receive_local_port,json=receiveLocalPort,proto3" json:"receive_local_port,omitempty"`
	Priority             uint32     `protobuf:"varint,9,opt,name=priority,proto3" json:"priority,omitempty"`
	Ttl                  uint32     `protobuf:"varint,10,opt,name=ttl,proto3" json:"ttl,omitempty"`
	FlowTypesInfo        uint32     `protobuf:"varint,11,opt,name=flow_types_info,json=flowTypesInfo,proto3" json:"flow_types_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*LptsRxFilter) Descriptor

func (*LptsRxFilter) Descriptor() ([]byte, []int)

func (*LptsRxFilter) GetFlowTypesInfo

func (m *LptsRxFilter) GetFlowTypesInfo() uint32

func (*LptsRxFilter) GetInterfaceName

func (m *LptsRxFilter) GetInterfaceName() string

func (*LptsRxFilter) GetLocalAddress

func (m *LptsRxFilter) GetLocalAddress() *IpAddr

func (*LptsRxFilter) GetLocalLength

func (m *LptsRxFilter) GetLocalLength() uint32

func (*LptsRxFilter) GetPacketType

func (m *LptsRxFilter) GetPacketType() *PktTypeEn

func (*LptsRxFilter) GetPriority

func (m *LptsRxFilter) GetPriority() uint32

func (*LptsRxFilter) GetReceiveLocalPort

func (m *LptsRxFilter) GetReceiveLocalPort() uint32

func (*LptsRxFilter) GetReceiveRemotePort

func (m *LptsRxFilter) GetReceiveRemotePort() uint32

func (*LptsRxFilter) GetRemoteAddress

func (m *LptsRxFilter) GetRemoteAddress() *IpAddr

func (*LptsRxFilter) GetRemoteLength

func (m *LptsRxFilter) GetRemoteLength() uint32

func (*LptsRxFilter) GetTtl

func (m *LptsRxFilter) GetTtl() uint32

func (*LptsRxFilter) ProtoMessage

func (*LptsRxFilter) ProtoMessage()

func (*LptsRxFilter) Reset

func (m *LptsRxFilter) Reset()

func (*LptsRxFilter) String

func (m *LptsRxFilter) String() string

func (*LptsRxFilter) XXX_DiscardUnknown

func (m *LptsRxFilter) XXX_DiscardUnknown()

func (*LptsRxFilter) XXX_Marshal

func (m *LptsRxFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LptsRxFilter) XXX_Merge

func (m *LptsRxFilter) XXX_Merge(src proto.Message)

func (*LptsRxFilter) XXX_Size

func (m *LptsRxFilter) XXX_Size() int

func (*LptsRxFilter) XXX_Unmarshal

func (m *LptsRxFilter) XXX_Unmarshal(b []byte) error

type PktTypeEn

type PktTypeEn struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	IcmpMessageType      string   `protobuf:"bytes,2,opt,name=icmp_message_type,json=icmpMessageType,proto3" json:"icmp_message_type,omitempty"`
	IcmPv6MessageType    string   `protobuf:"bytes,3,opt,name=icm_pv6_message_type,json=icmPv6MessageType,proto3" json:"icm_pv6_message_type,omitempty"`
	IgmpMessageType      string   `protobuf:"bytes,4,opt,name=igmp_message_type,json=igmpMessageType,proto3" json:"igmp_message_type,omitempty"`
	MessageId            uint32   `protobuf:"varint,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PktTypeEn) Descriptor

func (*PktTypeEn) Descriptor() ([]byte, []int)

func (*PktTypeEn) GetIcmPv6MessageType

func (m *PktTypeEn) GetIcmPv6MessageType() string

func (*PktTypeEn) GetIcmpMessageType

func (m *PktTypeEn) GetIcmpMessageType() string

func (*PktTypeEn) GetIgmpMessageType

func (m *PktTypeEn) GetIgmpMessageType() string

func (*PktTypeEn) GetMessageId

func (m *PktTypeEn) GetMessageId() uint32

func (*PktTypeEn) GetType

func (m *PktTypeEn) GetType() string

func (*PktTypeEn) ProtoMessage

func (*PktTypeEn) ProtoMessage()

func (*PktTypeEn) Reset

func (m *PktTypeEn) Reset()

func (*PktTypeEn) String

func (m *PktTypeEn) String() string

func (*PktTypeEn) XXX_DiscardUnknown

func (m *PktTypeEn) XXX_DiscardUnknown()

func (*PktTypeEn) XXX_Marshal

func (m *PktTypeEn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PktTypeEn) XXX_Merge

func (m *PktTypeEn) XXX_Merge(src proto.Message)

func (*PktTypeEn) XXX_Size

func (m *PktTypeEn) XXX_Size() int

func (*PktTypeEn) XXX_Unmarshal

func (m *PktTypeEn) XXX_Unmarshal(b []byte) error

type ShowPcbInfo

type ShowPcbInfo struct {
	L4Protocol           uint32         `protobuf:"varint,50,opt,name=l4_protocol,json=l4Protocol,proto3" json:"l4_protocol,omitempty"`
	LocalPort            uint32         `protobuf:"varint,51,opt,name=local_port,json=localPort,proto3" json:"local_port,omitempty"`
	ForeignPort          uint32         `protobuf:"varint,52,opt,name=foreign_port,json=foreignPort,proto3" json:"foreign_port,omitempty"`
	LocalAddress         *IpAddr        `protobuf:"bytes,53,opt,name=local_address,json=localAddress,proto3" json:"local_address,omitempty"`
	ForeignAddress       *IpAddr        `protobuf:"bytes,54,opt,name=foreign_address,json=foreignAddress,proto3" json:"foreign_address,omitempty"`
	Common               *CommonPcbInfo `protobuf:"bytes,55,opt,name=common,proto3" json:"common,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ShowPcbInfo) Descriptor

func (*ShowPcbInfo) Descriptor() ([]byte, []int)

func (*ShowPcbInfo) GetCommon

func (m *ShowPcbInfo) GetCommon() *CommonPcbInfo

func (*ShowPcbInfo) GetForeignAddress

func (m *ShowPcbInfo) GetForeignAddress() *IpAddr

func (*ShowPcbInfo) GetForeignPort

func (m *ShowPcbInfo) GetForeignPort() uint32

func (*ShowPcbInfo) GetL4Protocol

func (m *ShowPcbInfo) GetL4Protocol() uint32

func (*ShowPcbInfo) GetLocalAddress

func (m *ShowPcbInfo) GetLocalAddress() *IpAddr

func (*ShowPcbInfo) GetLocalPort

func (m *ShowPcbInfo) GetLocalPort() uint32

func (*ShowPcbInfo) ProtoMessage

func (*ShowPcbInfo) ProtoMessage()

func (*ShowPcbInfo) Reset

func (m *ShowPcbInfo) Reset()

func (*ShowPcbInfo) String

func (m *ShowPcbInfo) String() string

func (*ShowPcbInfo) XXX_DiscardUnknown

func (m *ShowPcbInfo) XXX_DiscardUnknown()

func (*ShowPcbInfo) XXX_Marshal

func (m *ShowPcbInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShowPcbInfo) XXX_Merge

func (m *ShowPcbInfo) XXX_Merge(src proto.Message)

func (*ShowPcbInfo) XXX_Size

func (m *ShowPcbInfo) XXX_Size() int

func (*ShowPcbInfo) XXX_Unmarshal

func (m *ShowPcbInfo) XXX_Unmarshal(b []byte) error

type ShowPcbInfo_KEYS

type ShowPcbInfo_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	QueryName            string   `protobuf:"bytes,2,opt,name=query_name,json=queryName,proto3" json:"query_name,omitempty"`
	PcbAddress           string   `protobuf:"bytes,3,opt,name=pcb_address,json=pcbAddress,proto3" json:"pcb_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShowPcbInfo_KEYS) Descriptor

func (*ShowPcbInfo_KEYS) Descriptor() ([]byte, []int)

func (*ShowPcbInfo_KEYS) GetNodeName

func (m *ShowPcbInfo_KEYS) GetNodeName() string

func (*ShowPcbInfo_KEYS) GetPcbAddress

func (m *ShowPcbInfo_KEYS) GetPcbAddress() string

func (*ShowPcbInfo_KEYS) GetQueryName

func (m *ShowPcbInfo_KEYS) GetQueryName() string

func (*ShowPcbInfo_KEYS) ProtoMessage

func (*ShowPcbInfo_KEYS) ProtoMessage()

func (*ShowPcbInfo_KEYS) Reset

func (m *ShowPcbInfo_KEYS) Reset()

func (*ShowPcbInfo_KEYS) String

func (m *ShowPcbInfo_KEYS) String() string

func (*ShowPcbInfo_KEYS) XXX_DiscardUnknown

func (m *ShowPcbInfo_KEYS) XXX_DiscardUnknown()

func (*ShowPcbInfo_KEYS) XXX_Marshal

func (m *ShowPcbInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShowPcbInfo_KEYS) XXX_Merge

func (m *ShowPcbInfo_KEYS) XXX_Merge(src proto.Message)

func (*ShowPcbInfo_KEYS) XXX_Size

func (m *ShowPcbInfo_KEYS) XXX_Size() int

func (*ShowPcbInfo_KEYS) XXX_Unmarshal

func (m *ShowPcbInfo_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL