ConfirmAllAlarms

ConfirmAllAlarms 1:

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

ConfirmAllAlarms 2: Inputs

Name

Type

Description

nTimeStamp

ULINT

0: Current time stamp is used

> 0: External time stamp in 100 nanoseconds since January 1st, 1601 (UTC).

ConfirmAllAlarms 3: Return value

Name

Type

Description

ConfirmAllAlarms

HRESULT

Returns S_OK if the method call was successful, otherwise an HRESULT as the error code.