BACnet.Protocol.NotificationParameters.ChangeOfStatusFlags (bacstack v0.0.1)

View Source

Represents the BACnet event algorithm ChangeOfStatusFlags notification parameters.

The ChangeOfStatusFlags event algorithm detects whether a significant flag of the monitored value of type BACnetStatusFlags has the value TRUE.

For more specific information about the event algorithm, consult ASHRAE 135 13.3.11.

Summary

Types

t()

Representative type for the notification parameter.

Types

t()

@type t() :: %BACnet.Protocol.NotificationParameters.ChangeOfStatusFlags{
  present_value: BACnet.Protocol.ApplicationTags.Encoding.t() | nil,
  referenced_flags: BACnet.Protocol.StatusFlags.t()
}

Representative type for the notification parameter.