Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0xAC | String Response | dynamic | X | X | |
Data Type | Description | ||||
byte 0xAC | The packet number. | ||||
ushort Size | The size of the packet. | ||||
uint Serial | The query serial. | ||||
byte 0x00 | Unknown. | ||||
byte 0x00 | Unknown. | ||||
byte Type |
The message type.
|
||||
ushort Length | The length of the response, including the null terminator. | ||||
char[] Text | The client's text response. | ||||
byte 0x00 | Null terminator for text. If Length is zero, this is not included. | ||||
Packet Description: This is the client's response to the String Query packet. |