Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoSyphonServerDescription.c File Reference

Description

VuoSyphonServerDescription implementation.

Functions

VuoSyphonServerDescription VuoSyphonServerDescription_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoSyphonServerDescription_getJson (const VuoSyphonServerDescription value)
 Encodes value as a JSON object.
 
char * VuoSyphonServerDescription_getSummary (const VuoSyphonServerDescription value)
 Returns a compact string representation of value.
 
VuoSyphonServerDescription VuoSyphonServerDescription_make (VuoText serverUUID, VuoText serverName, VuoText applicationName)
 Creates a new server from the specified values.
 
bool VuoSyphonServerDescription_areEqual (const VuoSyphonServerDescription value1, const VuoSyphonServerDescription value2)
 Returns true if the server descriptions are identical.