Versions in this module Expand all Collapse all v0 v0.0.1 May 10, 2024 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type PingFinishedEvent struct + ReplyCount uint32 + RequestCount uint32 + func (*PingFinishedEvent) GetCrcString() string + func (*PingFinishedEvent) GetMessageName() string + func (*PingFinishedEvent) GetMessageType() api.MessageType + func (m *PingFinishedEvent) Marshal(b []byte) ([]byte, error) + func (m *PingFinishedEvent) Reset() + func (m *PingFinishedEvent) Size() (size int) + func (m *PingFinishedEvent) Unmarshal(b []byte) error + type RPCService interface + WantPingFinishedEvents func(ctx context.Context, in *WantPingFinishedEvents) (*WantPingFinishedEventsReply, error) + func NewServiceClient(conn api.Connection) RPCService + type WantPingFinishedEvents struct + Address ip_types.Address + Interval float64 + Repeat uint32 + func (*WantPingFinishedEvents) GetCrcString() string + func (*WantPingFinishedEvents) GetMessageName() string + func (*WantPingFinishedEvents) GetMessageType() api.MessageType + func (m *WantPingFinishedEvents) Marshal(b []byte) ([]byte, error) + func (m *WantPingFinishedEvents) Reset() + func (m *WantPingFinishedEvents) Size() (size int) + func (m *WantPingFinishedEvents) Unmarshal(b []byte) error + type WantPingFinishedEventsReply struct + Retval int32 + func (*WantPingFinishedEventsReply) GetCrcString() string + func (*WantPingFinishedEventsReply) GetMessageName() string + func (*WantPingFinishedEventsReply) GetMessageType() api.MessageType + func (m *WantPingFinishedEventsReply) Marshal(b []byte) ([]byte, error) + func (m *WantPingFinishedEventsReply) Reset() + func (m *WantPingFinishedEventsReply) Size() (size int) + func (m *WantPingFinishedEventsReply) Unmarshal(b []byte) error