Documentation ¶
Index ¶
- Variables
- type IpcMsg
- type IpcMsgEntry
- func (*IpcMsgEntry) Descriptor() ([]byte, []int)deprecated
- func (x *IpcMsgEntry) GetDesc() *ipc_desc.IpcDescEntry
- func (x *IpcMsgEntry) GetQbytes() uint32
- func (x *IpcMsgEntry) GetQnum() uint32
- func (*IpcMsgEntry) ProtoMessage()
- func (x *IpcMsgEntry) ProtoReflect() protoreflect.Message
- func (x *IpcMsgEntry) Reset()
- func (x *IpcMsgEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ipc_msg_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IpcMsg ¶
type IpcMsg struct { Mtype *uint64 `protobuf:"varint,1,req,name=mtype" json:"mtype,omitempty"` Msize *uint32 `protobuf:"varint,2,req,name=msize" json:"msize,omitempty"` // contains filtered or unexported fields }
func (*IpcMsg) Descriptor
deprecated
func (*IpcMsg) ProtoMessage ¶
func (*IpcMsg) ProtoMessage()
func (*IpcMsg) ProtoReflect ¶
func (x *IpcMsg) ProtoReflect() protoreflect.Message
type IpcMsgEntry ¶
type IpcMsgEntry struct { Desc *ipc_desc.IpcDescEntry `protobuf:"bytes,1,req,name=desc" json:"desc,omitempty"` Qbytes *uint32 `protobuf:"varint,2,req,name=qbytes" json:"qbytes,omitempty"` Qnum *uint32 `protobuf:"varint,3,req,name=qnum" json:"qnum,omitempty"` // contains filtered or unexported fields }
func (*IpcMsgEntry) Descriptor
deprecated
func (*IpcMsgEntry) Descriptor() ([]byte, []int)
Deprecated: Use IpcMsgEntry.ProtoReflect.Descriptor instead.
func (*IpcMsgEntry) GetDesc ¶
func (x *IpcMsgEntry) GetDesc() *ipc_desc.IpcDescEntry
func (*IpcMsgEntry) GetQbytes ¶
func (x *IpcMsgEntry) GetQbytes() uint32
func (*IpcMsgEntry) GetQnum ¶
func (x *IpcMsgEntry) GetQnum() uint32
func (*IpcMsgEntry) ProtoMessage ¶
func (*IpcMsgEntry) ProtoMessage()
func (*IpcMsgEntry) ProtoReflect ¶
func (x *IpcMsgEntry) ProtoReflect() protoreflect.Message
func (*IpcMsgEntry) Reset ¶
func (x *IpcMsgEntry) Reset()
func (*IpcMsgEntry) String ¶
func (x *IpcMsgEntry) String() string
Click to show internal directories.
Click to hide internal directories.