ST_IotFunctionsRequest

Contains detailed information about the underlying request object.

(* request Id *)
nRequestId : ULINT;

(* cycle in which this request was created *)
nCycleCreated : ULINT;

(* time passed since creation (in milliseconds) *)
nAge : ULINT;

(* time until request expires (timeout) (in milliseconds) *)
nTimeToLive : ULINT;

(* count of currently pending messages in this request *)
nPendingCount : UDINT;

(* count of currently contained messages in this request *)
nTotalCount : UINT;

(* indicates if the corresponding internal object has been removed *)
bIsRemoved : BOOL;

(* indicates if any contained message has timed out *)
bIsTimedOut : BOOL;

(* indicates if all contained messages have been processed (regardless of success, error or timeout states) *)
bIsCompleted : BOOL;