44
edits
m (→Relevant Bugs: use Template:Bug) |
No edit summary |
||
| Line 87: | Line 87: | ||
* Byte 0x04 - uint32_t - 0 (To signify it is a reply to a previously sent solicited request) | * Byte 0x04 - uint32_t - 0 (To signify it is a reply to a previously sent solicited request) | ||
* Byte 0x08 - uint32_t - Packet Serial Number (Used to track send/receive order) | * Byte 0x08 - uint32_t - Packet Serial Number (Used to track send/receive order) | ||
* Byte 0x0c - void* - Event Data | * Byte 0x0c - uint32_t - Error code (0 on success) | ||
* Byte 0x10 - void* - Event Data | |||
It is expected that the client maintains a list of previously made | It is expected that the client maintains a list of previously made | ||
edits