Vuo 2.4.4
Loading...
Searching...
No Matches
VuoOscInputDevice.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 VuoOscInputDevice_SUPPORTS_COMPARISON
38
40struct json_object *VuoOscInputDevice_getJson(const VuoOscInputDevice value);
42
43VuoOscInputDevice VuoOscInputDevice_make(const VuoText name, const VuoText ipAddress, const VuoInteger port);
44
47
56
61#ifdef __cplusplus
62}
63#endif