Get the message ID of the request(获取请求的消息ID)
()
| 20 | GetMsgID() uint32 // Get the message ID of the request(获取请求的消息ID) |
| 21 | |
| 22 | GetMessage() IMessage // Get the raw data of the request message (获取请求消息的原始数据 add by uuxia 2023-03-10) |
| 23 | |
| 24 | GetResponse() IcResp // Get the serialized data after parsing(获取解析完后序列化数据) |
| 25 | SetResponse(IcResp) // Set the serialized data after parsing(设置解析完后序列化数据) |