Vuo  2.0.0
Functions
VuoArtNetInputDevice.c File Reference

Description

VuoArtNetInputDevice implementation.

Definition in file VuoArtNetInputDevice.c.

Go to the source code of this file.

Functions

VuoArtNetInputDevice VuoArtNetInputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoArtNetInputDevice_getJson (const VuoArtNetInputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoArtNetInputDevice_getSummary (const VuoArtNetInputDevice value)
 Returns a compact string representation of value. More...
 
VuoArtNetInputDevice VuoArtNetInputDevice_make (const VuoInteger net, const VuoInteger subNet, const VuoInteger universe)
 Creates a new Art-Net device description from an address. More...
 
bool VuoArtNetInputDevice_areEqual (const VuoArtNetInputDevice value1, const VuoArtNetInputDevice value2)
 Returns true if the two input devices are equivalent: More...
 
bool VuoArtNetInputDevice_isLessThan (const VuoArtNetInputDevice a, const VuoArtNetInputDevice b)
 Returns true if value1 < value2. More...
 
bool VuoArtNetAddress_areEqual (const VuoArtNetAddress value1, const VuoArtNetAddress value2)
 Returns true if the two addresses are identical. More...
 
bool VuoArtNetAddress_isLessThan (const VuoArtNetAddress value1, const VuoArtNetAddress value2)
 Returns true if value1 < value2. More...