jsonHandleStats (Function block) |
Top Previous Next |
jsonHandleStats reports some information about the JSON handles, to help with detecting leaking handles.
Input: None
Output: status : INT The status is 1 when the data is valid.
no_handles : INT Number of handles currently in use.
Declaration: FUNCTION_BLOCK jsonHandleStats;
Example: Please see the "Examples - REST Example"
|