Exmbus.Parser.Tpl.Header.Long (Exmbus v0.3.0)

View Source

This module represents the Long header in the TPL layer.

Summary

Types

t()

@type t() :: %Exmbus.Parser.Tpl.Header.Long{
  access_no: integer(),
  configuration_field: Exmbus.Parser.Tpl.ConfigurationField.t(),
  device: Exmbus.Parser.Tpl.Device.t(),
  identification_no: String.t(),
  manufacturer: String.t(),
  status: Exmbus.Parser.Tpl.Status.t(),
  version: integer()
}