Exmbus.Parser.Apl.DataRecord.Header (Exmbus v0.3.0)

View Source

This module represents the header of a DataRecord.

Summary

Functions

Parses the next DataRecord Header from a binary.

Types

t()

@type t() :: %Exmbus.Parser.Apl.DataRecord.Header{
  coding: atom(),
  dib: Exmbus.Parser.Apl.DataRecord.DataInformationBlock.t(),
  dib_bytes: binary(),
  vib: Exmbus.Parser.Apl.DataRecord.ValueInformationBlock.t(),
  vib_bytes: binary()
}

Functions

parse(bin, ctx)

Parses the next DataRecord Header from a binary.

unparse(header)