Vuo  2.3.2
VuoOscOutputDevice.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 
38 VuoOscOutputDevice VuoOscOutputDevice_makeUnicast(const VuoText name, const VuoText ipAddress, const VuoInteger port);
39 
40 #define VuoOscOutputDevice_SUPPORTS_COMPARISON
43 
53