JsonGetInt (FUN)
FUNCTION JsonGetInt : ERROR_ID
Get a integer value from a JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonGetIntInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier of the value.
IntegerValuePOINTER TO DINT
Reference to integer for the retrieved value.