![]()  | 
              
                 cueOS
                   2.4
                 
                cueOS -  Universal Show Control OS for ARM 
               | 
            
Defines an OSC server instance. Open Sound Control (OSC) is a protocol for networking sound synthesizers, computers, and other multimedia devices for purposes such as musical performance or show control. More...
#include <osc_server.h>
Data Fields | |
| struct udp_pcb * | _pcb | 
| struct pbuf * | _p_tx | 
| uint8_t | is_initialised | 
Defines an OSC server instance. Open Sound Control (OSC) is a protocol for networking sound synthesizers, computers, and other multimedia devices for purposes such as musical performance or show control.
Definition at line 63 of file osc_server.h.
| struct pbuf* _p_tx | 
TX data buffer
Definition at line 65 of file osc_server.h.
| struct udp_pcb* _pcb | 
UDP control block
Definition at line 64 of file osc_server.h.
| uint8_t is_initialised | 
Server initialisation state
Definition at line 66 of file osc_server.h.