ConfirmAllAlarms
This method calls the Confirm() method for all alarms having the confirmation state WaitForConfirmation.
Syntax
METHOD ConfirmAllAlarms : HRESULT
VAR_INPUT
nTimeStamp : ULINT := 0;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nTimeStamp | ULINT | 0: Current time stamp is used > 0: External time stamp in 100 nanoseconds since January 1st, 1601 (UTC). |
Return value
Name | Type | Description |
---|---|---|
ConfirmAllAlarms | HRESULT | Returns S_OK if the method call was successful, otherwise an HRESULT as the error code. |