cosc 0.1.0
OSC library for C99 or C++11.
|
A message. More...
#include <cosc.h>
Public Attributes | ||
const char * | address | |
The address. | ||
cosc_int32 | address_n | |
When writing read at most this many bytes from the address, when reading the length excluding the zero terminator. | ||
const char * | typetag | |
The typetag. | ||
cosc_int32 | typetag_n | |
When writing read at most this many bytes from the typetag, when reading the length excluding the zero terminator. | ||
union { | ||
const union cosc_value * write | ||
Write values. | ||
union cosc_value * read | ||
Read values. | ||
} | values | |
Const safety. | ||
cosc_int32 | values_n | |
Write/read at most this many values. | ||