codec

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder interface {
	Decode(func(data module.NetworkData)) // 下发
}

type DecoderHandler

type DecoderHandler interface {
	OnDataUpstream(Decoder)
}

type Encoder

type Encoder interface {
	Encode(data module.DeviceData) // 上报
}

Encoder 编码器

type EncoderHandler

type EncoderHandler interface {
	OnDataDownstream(Encoder)
}

Jump to

Keyboard shortcuts

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