Vuo  2.3.2
Functions
VuoInteractionType.c File Reference

Description

VuoInteractionType implementation.

Definition in file VuoInteractionType.c.

Go to the source code of this file.

Functions

VuoInteractionType VuoInteractionType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoInteractionType. More...
 
json_objectVuoInteractionType_getJson (const VuoInteractionType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoInteractionType VuoInteractionType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoInteractionType_getSummary (const VuoInteractionType value)
 Returns a brief description of value. More...
 
bool VuoInteractionType_areEqual (const VuoInteractionType a, const VuoInteractionType b)
 True if types are the same, false otherwise. More...