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

View Source

This module represents the short header of the TPL layer.

Summary

Types

t()

@type t() :: %Exmbus.Parser.Tpl.Header.Short{
  access_no: integer(),
  configuration_field: Exmbus.Parser.Tpl.ConfigurationField.t(),
  status: Exmbus.Parser.Tpl.Status.t()
}