ethernet

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyMessageSplitter = "MessageSplitter"
	MaxDataLength      = 1000
)

Constants in ethernet protocol

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Server           string
	MessageSplitter  byte
	TransmitPreDelay string
	Insecure         bool
}

Config details

type Endpoint

type Endpoint struct {
	GwCfg  *gwTY.Config
	Config Config
	// contains filtered or unexported fields
}

Endpoint data

func New

func New(logger *zap.Logger, gwCfg *gwTY.Config, protocol cmap.CustomMap, rxMsgFunc func(rm *msgTY.RawMessage) error, bus busTY.Plugin, logRootDir string) (*Endpoint, error)

New ethernet driver

func (*Endpoint) Close

func (ep *Endpoint) Close() error

Close the driver

func (*Endpoint) Write

func (ep *Endpoint) Write(rawMsg *msgTY.RawMessage) error

Jump to

Keyboard shortcuts

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