|
FreeBASIC
0.91.0
|
Data Fields | |
| unsigned char * | data |
| int | size |
| int | head |
| int | tail |
| int | length |
Definition at line 94 of file io_serial.c.
| unsigned char* buffer_t::data |
Definition at line 96 of file io_serial.c.
| int buffer_t::head |
Definition at line 98 of file io_serial.c.
| int buffer_t::length |
Definition at line 100 of file io_serial.c.
| int buffer_t::size |
Definition at line 97 of file io_serial.c.
| int buffer_t::tail |
Definition at line 99 of file io_serial.c.