Vuo  0.5.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoSyphonServerDescription.h File Reference

Description

VuoSyphonServerDescription C type definition.

Classes

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

Functions

VuoSyphonServerDescription VuoSyphonServerDescription_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoSyphonServerDescription_jsonFromValue (const VuoSyphonServerDescription value)
 Encodes value as a JSON object.
 
char * VuoSyphonServerDescription_summaryFromValue (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.
 
VuoSyphonServerDescription VuoSyphonServerDescription_valueFromString (const char *initializer)
 Automatically generated function.
 
char * VuoSyphonServerDescription_stringFromValue (const VuoSyphonServerDescription value)
 Automatically generated function.
 
void VuoSyphonServerDescription_retain (VuoSyphonServerDescription value)
 Automatically generated function.
 
void VuoSyphonServerDescription_release (VuoSyphonServerDescription value)
 Automatically generated function.