Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Functions
VuoOscInputDevice

Description

Information about an OSC input device.

Classes

struct  VuoOscInputDevice
 Information about an OSC input device. More...
 

Functions

VuoOscInputDevice VuoOscInputDevice_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoOscInputDevice_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 value1, const VuoOscInputDevice value2)
 Returns true if the two input devices are equivalent: the name, IP address, and port must match.
 
bool VuoOscInputDevice_isLessThan (const VuoOscInputDevice value1, const VuoOscInputDevice value2)
 Returns true if value1 < value2.
 
VuoOscInputDevice VuoOscInputDevice_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoOscInputDevice_getString (const VuoOscInputDevice value)
 Automatically generated function.
 
void VuoOscInputDevice_retain (VuoOscInputDevice value)
 Automatically generated function.
 
void VuoOscInputDevice_release (VuoOscInputDevice value)
 Automatically generated function.
 

Class Documentation

struct VuoOscInputDevice
Class Members
VuoText ipAddress
VuoText name
VuoInteger port

Function Documentation

bool VuoOscInputDevice_areEqual ( const VuoOscInputDevice  value1,
const VuoOscInputDevice  value2 
)

Returns true if the two input devices are equivalent: the name, IP address, and port must match.

struct json_object* VuoOscInputDevice_getJson ( const VuoOscInputDevice  value)
read

Encodes value as a JSON object.

char* VuoOscInputDevice_getString ( const VuoOscInputDevice  value)

Automatically generated function.

char* VuoOscInputDevice_getSummary ( const VuoOscInputDevice  value)

Returns a compact string representation of value.

bool VuoOscInputDevice_isLessThan ( const VuoOscInputDevice  value1,
const VuoOscInputDevice  value2 
)

Returns true if value1 < value2.

VuoOscInputDevice VuoOscInputDevice_make ( const VuoText  name,
const VuoText  ipAddress,
const VuoInteger  port 
)

Creates a new OSC device description.

VuoOscInputDevice VuoOscInputDevice_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"name": "",
"ipAddress": "",
"port": 0
}
VuoOscInputDevice VuoOscInputDevice_makeFromString ( const char *  str)

Automatically generated function.

void VuoOscInputDevice_release ( VuoOscInputDevice  value)

Automatically generated function.

void VuoOscInputDevice_retain ( VuoOscInputDevice  value)

Automatically generated function.