ITcAlarm3
This interface represents an alarm.
Syntax
public interface ITcAlarm3
Methods
Name | Modifier | Return type | Description |
---|---|---|---|
public virtual | void | Confirms the alarm. | |
Public virtual | TcCauseRemedyCollection | Returns information on the cause and remedy (if these are defined). | |
Public virtual | TcDetailCollection | Returns the details. | |
public virtual | string | Returns the event class name. | |
public virtual | string | Returns the event text, including the arguments. | |
public virtual | bool | Query option for the type of source information. |
Properties
Name | Modifier | Type | Access | Description |
---|---|---|---|---|
public virtual | ConfirmationStateEnum | get | Returns the Confirmation State. | |
public virtual | System.Guid | get | Returns the EventClass GUID. | |
public virtual | uint | get | Returns the event ID. | |
public virtual | EventTypeEnum | get | Returns the type of the event. | |
public virtual | long | get | Timestamp when the alarm was changed to the Cleared state. | |
public virtual | long | get | Timestamp when the alarm was confirmed. | |
public virtual | long | get | Timestamp when the alarm was changed to the Raised state. | |
public virtual | bool | get | Indicates whether the alarm has been changed to the Raised state. | |
public virtual | string | get | The JSON attribute. | |
public virtual | SeverityLevelEnum | get | The Severity Level. | |
public virtual | System.Guid | get | Returns the GUID of the source. | |
public virtual | uint | get | Returns the ID of the source. | |
public virtual | string | get | Returns the name of the source. | |
public virtual | System.DateTime | get | Timestamp when the alarm was changed to the Cleared state. | |
public virtual | System.DateTime | get | Timestamp when the alarm was confirmed. | |
public virtual | Sytem.DateTime | get | Timestamp when the alarm was changed to the Raised state. |