Vuo  2.4.0
VuoArtNetInputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#include "VuoInteger.h"
21#include "VuoText.h"
22
26typedef struct
27{
28 VuoInteger net;
29 VuoInteger subNet;
30 VuoInteger universe;
32
36typedef struct
37{
38 VuoText name;
39 VuoText ipAddress;
40 VuoText ethernetAddress;
41 VuoArtNetAddress address;
43
47
49
50#define VuoArtNetInputDevice_SUPPORTS_COMPARISON
53
54bool VuoArtNetAddress_areEqual(const VuoArtNetAddress value1, const VuoArtNetAddress value2);
56
57
67