Declaration
typedef struct
{
js_lib_command_buffer_t * next,
unsigned char * buf_free,
unsigned char * buf_end,
unsigned char buf_start[1]
} js_lib_command_buffer_struct;
| Member | Description |
|---|---|
| next | Stores next address |
| buf_free | First available byte in buffer |
| buf_end | End of buffer |
| buf_start | Start of buffer (must be last) |