Vuo  2.0.0
VuoOscInputDevice.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoInteger.h"
21 #include "VuoText.h"
22 
26 typedef struct
27 {
28  VuoText name;
29  VuoText ipAddress;
30  VuoInteger port;
32 
36 
37 VuoOscInputDevice VuoOscInputDevice_make(const VuoText name, const VuoText ipAddress, const VuoInteger port);
38 
39 #define VuoOscInputDevice_SUPPORTS_COMPARISON
40 bool VuoOscInputDevice_areEqual(const VuoOscInputDevice value1, const VuoOscInputDevice value2);
42 
52