Type EventFlagsMask
Version 1.0
 Defines the EventFlags mask for messages.

See also




EventFlagsMask elements   pwr_mEventFlagsMask
Return If this flag exists the return message ReturnText
will be sent to the event lists at the out units.
Ack If this flag exists the acknowledgement message
will be sent to the event lists at the out-units.
Bell If the single out unit has a peep-function this
will be activated when the message is received.
Force The message is sent to every out unit regardless.
InfoWindow If the message is of the type INFO it will be
placed in the event list. If this flag exists the
message is also placed in the INFO square of the
alarm window where acknowledgement is to be done.
Returned The alarm status is set to returned already when the
alarm is emitted.
NoObject Not used.
Email The message will be handled by the email server and
forwarded to the specified receiver.
SMS The message will be handled by the SMS server and
forwarded to the specified receiver.
UserDetectTime DetectTime is set by user when alarm condition is set.


Elements detail


Return
Value 1
c-type pwr_mEventFlagsMask_Return
 If this flag exists the return message ReturnText
 will be sent to the event lists at the out units.

Ack
Value 2
c-type pwr_mEventFlagsMask_Ack
 If this flag exists the acknowledgement message
 will be sent to the event lists at the out-units.

Bell
Value 4
c-type pwr_mEventFlagsMask_Bell
 If the single out unit has a peep-function this
 will be activated when the message is received.

Force
Value 8
c-type pwr_mEventFlagsMask_Force
 The message is sent to every out unit regardless.

InfoWindow
Value 16
c-type pwr_mEventFlagsMask_InfoWindow
 If the message is of the type INFO it will be
 placed in the event list. If this flag exists the
 message is also placed in the INFO square of the
 alarm window where acknowledgement is to be done.

Returned
Value 32
c-type pwr_mEventFlagsMask_Returned
 The alarm status is set to returned already when the
 alarm is emitted.

NoObject
Value 64
c-type pwr_mEventFlagsMask_NoObject
 Not used.

Email
Value 128
c-type pwr_mEventFlagsMask_Email
 The message will be handled by the email server and
 forwarded to the specified receiver.

SMS
Value 256
c-type pwr_mEventFlagsMask_SMS
 The message will be handled by the SMS server and
 forwarded to the specified receiver.

UserDetectTime
Value 512
c-type pwr_mEventFlagsMask_UserDetectTime
 DetectTime is set by user when alarm condition is set.