1 Star 0 Fork 36

HonglinRen / go808

forked from coco / go808 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
t808_0x0002.go 285 Bytes
一键复制 编辑 原始数据 按行查看 历史
coco 提交于 2020-04-02 18:23 . initial commit
package protocol
// 终端心跳
type T808_0x0002 struct {
}
func (entity *T808_0x0002) MsgID() MsgID {
return MsgT808_0x0002
}
func (entity *T808_0x0002) Encode() ([]byte, error) {
return nil, nil
}
func (entity *T808_0x0002) Decode(data []byte) (int, error) {
return 0, nil
}
Go
1
https://gitee.com/honlin_ren/go808.git
git@gitee.com:honlin_ren/go808.git
honlin_ren
go808
go808
20b7a9eb4995

搜索帮助