Documentation
¶
Overview ¶
Package protocol implements the Remote Log Device protocol
Package protocol implements the Remote Log Device protocol
Index ¶
Constants ¶
View Source
const ( // ProtocolID is the protocol ID for the RemoteLogDevice protocol ProtocolID = 0x1 // MethodLog is the method ID for the method Log MethodLog = 0x1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶ added in v1.0.45
Protocol handles the RemoteLogDevice protocol
func NewProtocol ¶ added in v1.0.45
NewProtocol returns a new Remote Log Device protocol
func (*Protocol) HandlePacket ¶ added in v1.0.45
func (protocol *Protocol) HandlePacket(packet nex.PacketInterface)
HandlePacket sends the packet to the correct RMC method handler
Click to show internal directories.
Click to hide internal directories.