cueOS  2.4
cueOS - Universal Show Control OS for ARM
OSC_server_s Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ _p_tx

struct pbuf* _p_tx

TX data buffer

Definition at line 65 of file osc_server.h.

◆ _pcb

struct udp_pcb* _pcb

UDP control block

Definition at line 64 of file osc_server.h.

◆ is_initialised

uint8_t is_initialised

Server initialisation state

Definition at line 66 of file osc_server.h.


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