View Source KNXex.EtsProject.Topology.Device.ComObject (knxex v0.1.0)

KNX topology device communication object.

Link to this section Summary

Types

t()

Represents a KNX topology device communication object.

Link to this section Types

@type t() :: %KNXex.EtsProject.Topology.Device.ComObject{
  communication_flag: boolean() | nil,
  description: String.t() | nil,
  dpt: datapoint_type :: String.t() | nil,
  function_text: String.t() | nil,
  id: String.t(),
  links: group_address_id :: String.t() | nil,
  number: non_neg_integer() | nil,
  object_size: pos_integer() | nil,
  priority: nil,
  read_flag: boolean() | nil,
  read_on_init_flag: boolean() | nil,
  text: String.t() | nil,
  transmit_flag: boolean() | nil,
  update_flag: boolean() | nil,
  write_flag: boolean() | nil
}

Represents a KNX topology device communication object.

The object size is in bits.