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

DEfines en OSC packet instance. TODO: this is not a RAM-efficient implementation... EIther leave packet data as raw or slice it in URI/Payload but not both. More...

#include <osc_server.h>

Data Fields

char * data
 
char * sp
 

Detailed Description

DEfines en OSC packet instance. TODO: this is not a RAM-efficient implementation... EIther leave packet data as raw or slice it in URI/Payload but not both.

Definition at line 52 of file osc_server.h.

Field Documentation

◆ data

char* data

Packet data buffer

Definition at line 53 of file osc_server.h.

◆ sp

char* sp

String pointer

Definition at line 54 of file osc_server.h.


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