Vuo  2.3.2
Functions
VuoArtNetOutputDevice.c File Reference

Description

VuoArtNetOutputDevice implementation.

Definition in file VuoArtNetOutputDevice.c.

Go to the source code of this file.

Functions

VuoArtNetOutputDevice VuoArtNetOutputDevice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoArtNetOutputDevice_getJson (const VuoArtNetOutputDevice value)
 Encodes value as a JSON object. More...
 
char * VuoArtNetOutputDevice_getSummary (const VuoArtNetOutputDevice value)
 Returns a compact string representation of value. More...
 
VuoArtNetOutputDevice VuoArtNetOutputDevice_makeBroadcast (const VuoInteger net, const VuoInteger subNet, const VuoInteger universe)
 Creates a new Art-Net device description, for broadcasting. More...
 
VuoArtNetOutputDevice VuoArtNetOutputDevice_makeUnicast (const VuoText ipAddress, const VuoInteger net, const VuoInteger subNet, const VuoInteger universe)
 Creates a new Art-Net device description, for sending to a single IP. More...
 
bool VuoArtNetOutputDevice_areEqual (const VuoArtNetOutputDevice value1, const VuoArtNetOutputDevice value2)
 Returns true if the two output devices are equivalent: More...
 
bool VuoArtNetOutputDevice_isLessThan (const VuoArtNetOutputDevice a, const VuoArtNetOutputDevice b)
 Returns true if value1 < value2. More...