Vuo  2.4.0
VuoSyphonServerDescription.h
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoText.h"
13
27typedef struct
28{
29 VuoText serverUUID;
30 VuoText serverName;
31 VuoText applicationName;
32 bool useWildcard;
34
38
39#define VuoSyphonServerDescription_SUPPORTS_COMPARISON
42
43VuoSyphonServerDescription VuoSyphonServerDescription_make(VuoText serverUUID, VuoText serverName, VuoText applicationName, bool useWildcard);
44
46
54