Documentation ¶
Index ¶
Constants ¶
View Source
const (
IdentifierRMAP = 0x01
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PacketSink ¶
type PacketSink interface { model.EventSource CanAcceptPacket() bool SendPacket(packetData []byte) }
type PacketSource ¶
type PacketSource interface { model.EventSource HasPacketAvailable() bool ReceivePacket() []byte }
type PacketWire ¶
type PacketWire struct { Source PacketSource Sink PacketSink }
Click to show internal directories.
Click to hide internal directories.