Vuo 2.4.4
Loading...
Searching...
No Matches
VuoArtNetOutputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#ifdef __cplusplus
21extern "C" {
22#endif
23
25
29typedef struct
30{
31 VuoText name;
32 VuoText ipAddress;
33 VuoText ethernetAddress;
34 VuoArtNetAddress address;
36
37#define VuoArtNetOutputDevice_SUPPORTS_COMPARISON
38
40struct json_object *VuoArtNetOutputDevice_getJson(const VuoArtNetOutputDevice value);
42
44VuoArtNetOutputDevice VuoArtNetOutputDevice_makeUnicast(const VuoText ipAddress, const VuoInteger net, const VuoInteger subNet, const VuoInteger universe);
45
48
49
58
63#ifdef __cplusplus
64}
65#endif