Vuo 2.4.4
Loading...
Searching...
No Matches
Classes | Macros | Functions
VuoArtNetInputDevice.h File Reference

Description

VuoArtNetInputDevice C type definition.

Definition in file VuoArtNetInputDevice.h.

Go to the source code of this file.

Classes

struct  VuoArtNetAddress
 A set of values that specifiy a DMX512 universe. More...
 
struct  VuoArtNetInputDevice
 Information about an Art-Net input device. More...
 

Functions

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