Vuo  2.0.0
Functions
VuoHidControl.c File Reference

Description

VuoHidControl implementation.

Definition in file VuoHidControl.c.

Go to the source code of this file.

Functions

VuoHidControl VuoHidControl_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoHidControl_getJson (const VuoHidControl value)
 Encodes value as a JSON object. More...
 
bool VuoHidControl_areEqual (const VuoHidControl valueA, const VuoHidControl valueB)
 Returns true if the two values are equal. More...
 
bool VuoHidControl_isLessThan (const VuoHidControl a, const VuoHidControl b)
 Returns true if valueA is less than valueB. More...
 
char * VuoHidControl_getSummary (const VuoHidControl value)
 Returns a compact string representation of value. More...