Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoSyphonServerDescription_getJson (const VuoSyphonServerDescription value)
 Encodes value as a JSON object.
 
char * VuoSyphonServerDescription_getSummary (const VuoSyphonServerDescription value)
 Returns a compact string representation of value.
 
bool VuoSyphonServerDescription_areEqual (const VuoSyphonServerDescription value1, const VuoSyphonServerDescription value2)
 Returns true if the server descriptions are identical.
 
bool VuoSyphonServerDescription_isLessThan (const VuoSyphonServerDescription a, const VuoSyphonServerDescription b)
 Returns true if a < b.
 
VuoSyphonServerDescription VuoSyphonServerDescription_make (VuoText serverUUID, VuoText serverName, VuoText applicationName, bool useWildcard)
 Creates a new server from the specified values.
 
char * VuoSyphonServerDescription_getString (const VuoSyphonServerDescription value)
 Automatically generated function.
 
void VuoSyphonServerDescription_retain (VuoSyphonServerDescription value)
 Automatically generated function.
 
void VuoSyphonServerDescription_release (VuoSyphonServerDescription value)
 Automatically generated function.