|
Atrinik Client 1.0
|
#include <sdlsocket.h>
Data Fields | |
| struct _command_buffer * | next |
| struct _command_buffer * | prev |
| int | len |
| uint8 | data [1] |
One command buffer.
Definition at line 41 of file sdlsocket.h.
| uint8 _command_buffer::data[1] |
The data.
Definition at line 53 of file sdlsocket.h.
Length of the data.
Definition at line 50 of file sdlsocket.h.
| struct _command_buffer* _command_buffer::next |
Next command in queue.
Definition at line 44 of file sdlsocket.h.
| struct _command_buffer* _command_buffer::prev |
Previous command in queue.
Definition at line 47 of file sdlsocket.h.
1.7.4