Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Functions
VuoHidControl.h File Reference

Description

VuoHidControl C type definition.

Classes

struct  VuoHidControl
 Information about a control on a USB HID device. More...
 

Functions

VuoHidControl VuoHidControl_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoHidControl_getJson (const VuoHidControl value)
 Encodes value as a JSON object.
 
char * VuoHidControl_getSummary (const VuoHidControl value)
 Returns a compact string representation of value.
 
bool VuoHidControl_areEqual (const VuoHidControl valueA, const VuoHidControl valueB)
 Returns true if the two values are equal.
 
bool VuoHidControl_isLessThan (const VuoHidControl valueA, const VuoHidControl valueB)
 Returns true if valueA is less than valueB.
 
VuoHidControl VuoHidControl_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoHidControl_getString (const VuoHidControl value)
 Automatically generated function.
 
void VuoHidControl_retain (VuoHidControl value)
 Automatically generated function.
 
void VuoHidControl_release (VuoHidControl value)
 Automatically generated function.