update docs/架构设计/逻辑视图设计.md.

Signed-off-by: xujian <xujian@kylinos.cn>
This commit is contained in:
xujian 2024-01-25 08:19:31 +00:00 committed by Gitee
parent 01abe70c3f
commit 014f5735fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -358,6 +358,8 @@ func send_cmd(conn_cmd net.Conn,cmd Command){
fmt.Println("接收CMD ACK成功:", string(buffer[:n]))
}
```
cmd指令接收
```
@ -401,6 +403,7 @@ func handle_cmd(conn net.Conn) {
```
### EVENT数据示例
event指令格式示例