...
The output of the RCP calling is in the JSON object which has attributes according to the required names of output parameters:
| Blok kódu | ||||
|---|---|---|---|---|
| ||||
{
"realParam": {
"type": "real",
"value": 5.45,
"status": [
"Valid"
],
"valueTime": 1498213794522
},
"boolParam": {
"type": "bool",
"value": "vFalse"
},
"timeParam": {
"type": "time",
"value": 1498213794012
}
} |
...