Vuo 2.4.4
Loading...
Searching...
No Matches
VuoOscOutputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include "VuoInteger.h"
25#include "VuoText.h"
26
30typedef struct
31{
32 VuoText name;
33 VuoText ipAddress;
34 VuoInteger port;
36
37#define VuoOscOutputDevice_SUPPORTS_COMPARISON
38
40struct json_object *VuoOscOutputDevice_getJson(const VuoOscOutputDevice value);
42
44VuoOscOutputDevice VuoOscOutputDevice_makeUnicast(const VuoText name, const VuoText ipAddress, const VuoInteger port);
45
48
57
62#ifdef __cplusplus
63}
64#endif