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

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.

Detailed Description

A message.

Examples
bundle.c, message.c, and serial.c.

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