Generic Buffer (CIGI Packets)
| Structure Type | GenericBuffer | ||
|---|---|---|---|
| Packet ID | 228 | ||
| Packet Size (bytes) | 214 | ||
| SpyClient Lookup | host2pcnova→generic2ig.generic_buffer | ||
| Parameter | Type | Description | Range |
| BuffID | int | Identifies which one of the GENERIC_BUFFER_NUM_PAYLOADS part of the overall buffer this represents. For example, a BuffID of 0 indicates bytes 0 - 199, BuffID 1 means bytes 200 - 399, etc. | 0 - GENERIC_BUFFER_NUM_PAYLOADS-1 |
| Type | int | (Optional) Defined by the host or DLL setup. | 0 - MAXUINT16 |
| Generic_Buffer[GENERIC_BUFFER_PAYLOAD_SIZE] | char | A GENERIC_BUFFER_PAYLOAD_SIZE portion of the total GENERIC_BUFFER_SIZE. | User Defined |