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

View Source

Represents the BACnet event algorithm ComplexEventType notification parameters.

The ComplexEventType algorithm is introduced to allow the addition of proprietary event algorithms whose notification parameters are not necessarily network-visible.

Summary

Types

t()

Representative type for the notification parameter.

Types

t()

@type t() :: %BACnet.Protocol.NotificationParameters.ComplexEventType{
  property_values: [BACnet.Protocol.PropertyValue.t()]
}

Representative type for the notification parameter.