fwmodel

package
v0.0.0-...-f2d3015 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2022 License: MIT Imports: 1 Imported by: 0

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
}

Jump to

Keyboard shortcuts

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