Vuo  2.3.2
Classes | Macros | Functions
VuoSyphonServerDescription.h File Reference

Description

VuoSyphonServerDescription C type definition.

Definition in file VuoSyphonServerDescription.h.

Go to the source code of this file.

Classes

struct  VuoSyphonServerDescription
 A struct containing the dictionary values of a Syphon Server Description. More...
 

Functions

VuoSyphonServerDescription VuoSyphonServerDescription_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoSyphonServerDescription_getJson (const VuoSyphonServerDescription value)
 Encodes value as a JSON object. More...
 
char * VuoSyphonServerDescription_getSummary (const VuoSyphonServerDescription value)
 Returns a compact string representation of value. More...
 
bool VuoSyphonServerDescription_areEqual (const VuoSyphonServerDescription value1, const VuoSyphonServerDescription value2)
 Returns true if the server descriptions are identical. More...
 
bool VuoSyphonServerDescription_isLessThan (const VuoSyphonServerDescription a, const VuoSyphonServerDescription b)
 Returns true if a < b. More...
 
VuoSyphonServerDescription VuoSyphonServerDescription_make (VuoText serverUUID, VuoText serverName, VuoText applicationName, bool useWildcard)
 Creates a new server from the specified values. More...
 
VuoSyphonServerDescription VuoSyphonServerDescription_makeFromString (const char *initializer)
 Automatically generated function. More...
 
char * VuoSyphonServerDescription_getString (const VuoSyphonServerDescription value)
 Automatically generated function. More...
 
void VuoSyphonServerDescription_retain (VuoSyphonServerDescription value)
 Automatically generated function. More...
 
void VuoSyphonServerDescription_release (VuoSyphonServerDescription value)
 Automatically generated function. More...