ST_IotFunctionsRequestContainer
The data type contains an array of ST_IotFunctionsRequests that represents the requests processed by the contained FB_IotFunctions_Connector instance.
Syntax
(* array of ST_IotFunctionsRequests *)
apIotRequests : ARRAY [0..99] OF POINTER TO ST_IotFunctionsRequest;
Parameter
Name | Type | Description |
---|---|---|
apIotRequests | ARRAY | Array of ST_IotFunctionsRequests representing the requests processed by the contained FB_IotFunctions_Connector instance. |