BACnet.Protocol.NotificationParameters.ChangeOfBitstring (bacstack v0.0.1)
View SourceRepresents the BACnet event algorithm ChangeOfBitstring
notification parameters.
The ChangeOfBitstring event algorithm detects whether the monitored value of type BIT STRING equals a value that is listed as an alarm value, after applying a bitmask.
For more specific information about the event algorithm, consult ASHRAE 135 13.3.1.
Summary
Types
@type t() :: %BACnet.Protocol.NotificationParameters.ChangeOfBitstring{ referenced_bitstring: tuple(), status_flags: BACnet.Protocol.StatusFlags.t() }
Representative type for the notification parameter.