User Tools

Site Tools


iceclient:messages:query_reply

QUERY_REPLY

Mode Lobby AND Game
Direction Server to client
Code 0x01 (01)
Length Varies

Payload

The payload consists of an ID and a number of rows.

Type Length Description Values
id 4 Query ID The ID sent by the client when it sent the LOBBY_QUERY
short 4 Row Count The number of rows to follow
byte[] Varies Row Data The row data repeated for each row

Row Data

Each row consists of a number of columns, each containing string data. Each row may have a variable number of columns.

Type Length Description Values
byte 1 Number of columns to follow
string[] Varies Column data Query specific column value, one for each column

In Reply To

Queries

The following are possible queries that may result in a Query Reply.

iceclient/messages/query_reply.txt · Last modified: 2014/01/23 01:45 by rockfire