Applications
Get application data
Global states
Parameters
app_id
: application ID.global_states
: pointer toapp_values
. This structure can store several key-value pairs (integer or byte slices). Make sure to init to 0 before passing to the function.
Return codes
VTC_SUCCESS
if the application data have been parsed intoglobal_states
VTC_ERROR_INTERAL
if the parser cannot be instantiated.