Exmbus.Parser.Tpl.ConfigurationField (Exmbus v0.3.0)

View Source

This module represents the configuration field in the TPL layer.

it contains metadata about the wmbus message.

Summary

Types

t()

@type t() :: %Exmbus.Parser.Tpl.ConfigurationField{
  accessibility: boolean(),
  bidirectional: boolean(),
  blocks: nil | 0..15,
  content_of_message: 0..3,
  hop_count: 0..1,
  mode: 0..31,
  repeater_access: 0..1,
  syncrony: boolean()
}

Functions

decode(arg)

@spec decode(binary()) :: {:ok, t()}