2.2.1.17 CSortSet
The CSortSet structure contains the sort order of the search query.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
count |
|||||||||||||||||||||||||||||||
sortArray (variable) |
|||||||||||||||||||||||||||||||
... |
count (4 bytes): A 32-bit unsigned integer specifying the number of elements in sortArray.
sortArray (variable): An array of CSort structures describing the order in which to sort the results of the search query. Structures in the array MUST be separated by zero to 3 padding bytes such that each structure has a 4-byte alignment from the beginning of a message. Such padding bytes can be any arbitrary value, and MUST be ignored on receipt.