View Source KNXex.Telegram (knxex v0.1.0)

KNX telegram.

Link to this section Summary

Types

t()

Represents a KNX telegram.

Link to this section Types

@type t() :: %KNXex.Telegram{
  destination: KNXex.GroupAddress.t(),
  source: KNXex.IndividualAddress.t(),
  type: :group_read | :group_write | :group_response,
  value: term()
}

Represents a KNX telegram.