cosc 0.1.0
OSC library for C99 or C++11.
|
A serial. More...
#include <cosc.h>
Public Attributes | |
unsigned char * | wbuffer |
Write buffer, NULL if reading. | |
const unsigned char * | rbuffer |
Read buffer, NULL if writing. | |
cosc_int32 | buffer_size |
Maximum number of bytes the buffer has available. | |
struct cosc_level * | levels |
A pointer to an array of levels. | |
cosc_int32 | level_max |
Maximum level. | |
cosc_int32 | level |
Current level. | |
cosc_int32 | size |
The number of written/read bytes, not including levels not yet ended. | |
cosc_uint32 | flags |
Serial flags. | |
A serial.