Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoOscInputDevice.c File Reference

Description

VuoOscInputDevice implementation.

Definition in file VuoOscInputDevice.c.

Go to the source code of this file.

Functions

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