Vuo  2.3.2
Functions
VuoOscOutputDevice.c File Reference

Description

VuoOscOutputDevice implementation.

Definition in file VuoOscOutputDevice.c.

Go to the source code of this file.

Functions

VuoOscOutputDevice VuoOscOutputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoOscOutputDevice_getJson (const VuoOscOutputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoOscOutputDevice_getSummary (const VuoOscOutputDevice value)
 Returns a compact string representation of value. More...
 
VuoOscOutputDevice VuoOscOutputDevice_makeBroadcast (const VuoText name, const VuoInteger port)
 Creates a new OSC device description. More...
 
VuoOscOutputDevice VuoOscOutputDevice_makeUnicast (const VuoText name, const VuoText ipAddress, const VuoInteger port)
 Creates a new OSC device description. More...
 
bool VuoOscOutputDevice_areEqual (const VuoOscOutputDevice a, const VuoOscOutputDevice b)
 Returns true if the two output devices are equivalent: the name, IP address, and port must match. More...
 
bool VuoOscOutputDevice_isLessThan (const VuoOscOutputDevice a, const VuoOscOutputDevice b)
 Returns true if value1 < value2. More...