ST_IotFunctionsRequestContainer
Der Datentyp enthält ein Array von ST_IotFunctionsRequests, das die von der enthaltenen FB_IotFunctions_Connector-Instanz bearbeiteten Anfragen darstellt.
Syntax
(* array of ST_IotFunctionsRequests *)
apIotRequests : ARRAY [0..99] OF POINTER TO ST_IotFunctionsRequest;
Parameter
Name | Typ | Beschreibung |
---|---|---|
apIotRequests | ARRAY | Array von ST_IotFunctionsRequests, welches die von der enthaltenen FB_IotFunctions_Connector-Instanz bearbeiteten Anfragen darstellt. |