Sets the ID of the message(设计消息ID)
([]byte)
| 12 | |
| 13 | SetMsgID(uint32) // Sets the ID of the message(设计消息ID) |
| 14 | SetData([]byte) // Sets the content of the message(设计消息内容) |
| 15 | SetDataLen(uint32) // Sets the length of the message data segment(设置消息数据段长度) |
| 16 | } |