E_BACNETNOTIFYTYPE
PLC-Abbildung des BACnet-Datentyps BACnetNotifyType. Siehe BACnet-Spezifikation DIN EN ISO 16484-5 zur Property Notify_Type.
TYPE E_BACNETNOTIFYTYPE :
(
BACnetNotifyType_alarm := 0,
BACnetNotifyType_notify_event := 1,
BACnetNotifyType_ack_notification := 2
)
END_TYPE
BACnetNotifyType_alarm
: ALARM
BACnetNotifyType_notify_event
: NOTIFY_EVENT
BACnetNotifyType_ack_notification
: ACK_NOTIFICATION