拆分不同类型到不同的文件

This commit is contained in:
钱纯净
2024-10-28 22:59:29 +08:00
parent 6ec87de116
commit 9eac8cbc1a
8 changed files with 196 additions and 201 deletions

View File

@@ -12,10 +12,10 @@ import (
const (
// Prefix 固定帧头
Prefix = 0x0c
Prefix = 0x0C
// PrefixResp 响应帧头
PrefixResp = 0xb1cb7400
PrefixResp = 0xB1CB7400
)
type Message interface {