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

Description

VuoArtNetOutputDevice C type definition.

Definition in file VuoArtNetOutputDevice.h.

Go to the source code of this file.

Classes

struct  VuoArtNetOutputDevice
 Information about an Art-Net output device. More...
 

Functions

VuoArtNetOutputDevice VuoArtNetOutputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct 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 value1, const VuoArtNetOutputDevice value2)
 Returns true if value1 < value2. More...
 
VuoArtNetOutputDevice VuoArtNetOutputDevice_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoArtNetOutputDevice_getString (const VuoArtNetOutputDevice value)
 Automatically generated function. More...
 
void VuoArtNetOutputDevice_retain (VuoArtNetOutputDevice value)
 Automatically generated function. More...
 
void VuoArtNetOutputDevice_release (VuoArtNetOutputDevice value)
 Automatically generated function. More...