Vuo  0.5.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoSyphonServerDescription

Description

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.
 

Class Documentation

struct VuoSyphonServerDescription
Class Members
VuoText applicationName
VuoText serverName
VuoText serverUUID

Function Documentation

struct json_object * VuoSyphonServerDescription_jsonFromValue ( const VuoSyphonServerDescription  value)
read

Encodes value as a JSON object.

VuoSyphonServerDescription VuoSyphonServerDescription_make ( VuoText  serverUUID,
VuoText  serverName,
VuoText  applicationName 
)

Creates a new server from the specified values.

void VuoSyphonServerDescription_release ( VuoSyphonServerDescription  value)

Automatically generated function.

void VuoSyphonServerDescription_retain ( VuoSyphonServerDescription  value)

Automatically generated function.

char* VuoSyphonServerDescription_stringFromValue ( const VuoSyphonServerDescription  value)

Automatically generated function.

char * VuoSyphonServerDescription_summaryFromValue ( const VuoSyphonServerDescription  value)

Returns a compact string representation of value.

VuoSyphonServerDescription VuoSyphonServerDescription_valueFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

Example:
{
"serverUUID" : "Vuo"
}
VuoSyphonServerDescription VuoSyphonServerDescription_valueFromString ( const char *  initializer)

Automatically generated function.