FreeBASIC  0.91.0
buffer_t Struct Reference

Data Fields

unsigned char * data
 
int size
 
int head
 
int tail
 
int length
 

Detailed Description

Definition at line 94 of file io_serial.c.

Field Documentation

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.


The documentation for this struct was generated from the following file: