提交 9a9f53ce 编写于 作者: J Jason

上级 d7a9c5ab
...@@ -16,6 +16,9 @@ type Connection struct { ...@@ -16,6 +16,9 @@ type Connection struct {
Error string Error string
Serial string Serial string
RemoteAddr net.Addr RemoteAddr net.Addr
Rx int
Tx int
conn interface{} conn interface{}
...@@ -23,8 +26,6 @@ type Connection struct { ...@@ -23,8 +26,6 @@ type Connection struct {
channel *Channel channel *Channel
Rx int
Tx int
} }
func (c *Connection) checkRegister(buf []byte) error { func (c *Connection) checkRegister(buf []byte) error {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册