E_BACNETEVENTTRANSITIONBIT

Bit assignment of the event transition flags (properties Event_Enable and Acked_Transitions).

TYPE E_BACNETEVENTTRANSITIONBIT :
(
  BACnetEventTransitionBit_to_offnormal  := 0,
  BACnetEventTransitionBit_to_fault      := 1,
  BACnetEventTransitionBit_to_normal     := 2
)
END_TYPE