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