Documentation
¶
Overview ¶
Package n2kwire reconstructs NMEA 2000 CAN frames from canonical message envelopes without changing their source address or payload.
Index ¶
Constants ¶
View Source
const MaxFastPacketPayload = 6 + 31*7
Variables ¶
View Source
var ErrUnsupportedTransport = errors.New("message requires an unsupported NMEA 2000 transport")
Functions ¶
func IsFastPacket ¶
func IsManagementPGN ¶
Types ¶
type Fragmenter ¶
type Fragmenter struct {
// contains filtered or unexported fields
}
func NewFragmenter ¶
func NewFragmenter() *Fragmenter
Click to show internal directories.
Click to hide internal directories.