Vuo  1.2.6
 All Classes Namespaces 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_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.
 
VuoSyphonServerDescription VuoSyphonServerDescription_makeFromString (const char *initializer)
 Automatically generated function.
 
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.
 

Class Documentation

struct VuoSyphonServerDescription
Class Members
VuoText applicationName
VuoText serverName
VuoText serverUUID

Function Documentation

bool VuoSyphonServerDescription_areEqual ( const VuoSyphonServerDescription  value1,
const VuoSyphonServerDescription  value2 
)

Returns true if the server descriptions are identical.

struct json_object * VuoSyphonServerDescription_getJson ( const VuoSyphonServerDescription  value)
read

Encodes value as a JSON object.

char* VuoSyphonServerDescription_getString ( const VuoSyphonServerDescription  value)

Automatically generated function.

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.

VuoSyphonServerDescription VuoSyphonServerDescription_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

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

Automatically generated function.

void VuoSyphonServerDescription_release ( VuoSyphonServerDescription  value)

Automatically generated function.

void VuoSyphonServerDescription_retain ( VuoSyphonServerDescription  value)

Automatically generated function.