EventTypeEnum

Type definition whether a TcEvent is of the type alarm or message.

Syntax

public enum EventTypeEnum
{
    Alarm,
    Message
}

Parameter

Name

Description

Alarm

The TcEvent is of the type TcAlarm.

Message

The TcEvent is of the type TcMessage.