O2 2.0
A communication protocol for interactive music and media applications.
|
Functions | |
void | o2_debug_flags (const char *flags) |
Enable debugging output. More... | |
const char * | o2_error_to_string (O2err i) |
Return text representation of an O2 error. More... | |
void o2_debug_flags | ( | const char * | flags | ) |
Enable debugging output.
Unless O2_NO_DEBUG is defined at compile time, O2 is compiled with debugging code that prints information to stdout, including network addresses, services discovered, and clock synchronization status. Enable the debugging information by calling o2_debug_flags with a string containing any of the following charac&ters:
const char * o2_error_to_string | ( | O2err | i | ) |
Return text representation of an O2 error.
i | error value returned from some O2 function |