Vuo  2.0.0
Classes | Macros | Functions
VuoOscInputDevice.h File Reference

Description

VuoOscInputDevice C type definition.

Definition in file VuoOscInputDevice.h.

Go to the source code of this file.

Classes

struct  VuoOscInputDevice
 Information about an OSC input device. More...
 

Functions

VuoOscInputDevice VuoOscInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoOscInputDevice_getJson (const VuoOscInputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoOscInputDevice_getSummary (const VuoOscInputDevice value)
 Returns a compact string representation of value. More...
 
VuoOscInputDevice VuoOscInputDevice_make (const VuoText name, const VuoText ipAddress, const VuoInteger port)
 Creates a new OSC device description. More...
 
bool VuoOscInputDevice_areEqual (const VuoOscInputDevice value1, const VuoOscInputDevice value2)
 Returns true if the two input devices are equivalent: the name, IP address, and port must match. More...
 
bool VuoOscInputDevice_isLessThan (const VuoOscInputDevice value1, const VuoOscInputDevice value2)
 Returns true if value1 < value2. More...
 
VuoOscInputDevice VuoOscInputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoOscInputDevice_getString (const VuoOscInputDevice value)
 Automatically generated function. More...
 
void VuoOscInputDevice_retain (VuoOscInputDevice value)
 Automatically generated function. More...
 
void VuoOscInputDevice_release (VuoOscInputDevice value)
 Automatically generated function. More...