Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoInteractionType_getJson (const VuoInteractionType value)
 Encodes value as a JSON object.
 
VuoList_VuoInteractionType VuoInteractionType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoInteractionType_getSummary (const VuoInteractionType value)
 Returns a brief description of value.
 
bool VuoInteractionType_areEqual (const VuoInteractionType a, const VuoInteractionType b)
 True if types are the same, false otherwise.