parse_last_change
Description:
Parses the xml fragment from a LastChange event.
Parameters:
this | |
instance_id |
The ID of the AV instance caller is interested in |
last_change_xml |
The xml from the "LastChange" event to parse |
... |
tuples of state variable name, state variable type, and state variable value location, terminated with NULL. The state variable values should be freed after use. |
error |
The location where to store any error, or NULL |
Returns:
TRUE on success. |