Vuo  2.3.2
Classes | Macros | Functions
VuoHidControl.h File Reference

Description

VuoHidControl C type definition.

Definition in file VuoHidControl.h.

Go to the source code of this file.

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. More...
 
struct json_objectVuoHidControl_getJson (const VuoHidControl value)
 Encodes value as a JSON object. More...
 
char * VuoHidControl_getSummary (const VuoHidControl value)
 Returns a compact string representation of value. More...
 
bool VuoHidControl_areEqual (const VuoHidControl valueA, const VuoHidControl valueB)
 Returns true if the two values are equal. More...
 
bool VuoHidControl_isLessThan (const VuoHidControl valueA, const VuoHidControl valueB)
 Returns true if valueA is less than valueB. More...
 
VuoHidControl VuoHidControl_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoHidControl_getString (const VuoHidControl value)
 Automatically generated function. More...
 
void VuoHidControl_retain (VuoHidControl value)
 Automatically generated function. More...
 
void VuoHidControl_release (VuoHidControl value)
 Automatically generated function. More...