Vuo  2.4.0
VuoArtNetOutputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
21
25typedef struct
26{
27 VuoText name;
28 VuoText ipAddress;
29 VuoText ethernetAddress;
30 VuoArtNetAddress address;
32
36
38VuoArtNetOutputDevice VuoArtNetOutputDevice_makeUnicast(const VuoText ipAddress, const VuoInteger net, const VuoInteger subNet, const VuoInteger universe);
39
40#define VuoArtNetOutputDevice_SUPPORTS_COMPARISON
43
44
54