Enumeration Response (CIGI Packets)
| Structure Type | N/A | |||
|---|---|---|---|---|
| Packet ID | 210 | |||
| Packet Size (bytes) | 215 | |||
| SpyClient Lookup | N/A | |||
| Parameter | Type | Description | Range | |
| EnumerationIndex | uint32 | The index in the Global Namespace that the response applies to. | 0, (232 - 1) | |
| Name | uchar | Name of the queried capability. If in response to an invalid query, it's set to ERROR_DOES_NOT_EXIST. | ASCII(32 - 126) and NULL terminator | |
| Namespace | uint32 | The namespace the response applies to. 0 = Global 1 = Local | 0 - 1 | |
| NumFields | uint32 | The number of fields associated with this response. If in response to an invalid query, it's set to 0. | 0, (232 - 1) | |
| ResponseIndex | uint32 | The index of this packet, out of all packets, in the response to the enumerationIndex. | 0, ((numFields - 1)/2) | |
| Value0.Value | uint32 | The index in the packet namespace (Global or Local) for value0. | 0, (232 - 1) | |
| Value0.Value | uchar | Name of value0. | ASCII(32 - 126) and NULL terminator | |
| Value1.Value | uint32 | The index in the packet namespace (Global or Local) for value1. | 0, (232 - 1) | |
| Value1.Value | uchar | Name of value1. | ASCII(32 - 126) and NULL terminator | |