cosc 0.1.0
OSC library for C99 or C++11.
Loading...
Searching...
No Matches
cosc_serial Struct Reference

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_levellevels
 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.
 

Detailed Description

A serial.

Examples
serial.c.

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