Vuo  2.4.0
VuoOscMessage.h
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoText.h"
13#include "VuoOscType.h"
14
24#define VUOOSC_MAX_MESSAGE_ARGUMENTS 256
25
29typedef struct _VuoOscMessage
30{
31 VuoText address;
32
33 unsigned int dataCount;
37
38VuoOscMessage VuoOscMessage_make(VuoText address, unsigned int dataCount, struct json_object **data, VuoOscType *dataTypes);
39
42char * VuoOscMessage_getSummary(const VuoOscMessage value);
43
45
53