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

View Source

This module represents the configuration field in the TPL layer.

it contains metadata about the wmbus message.

Summary

Functions

Return a symbolic name for the KDF used in the configuration field.

Types

t()

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

Functions

kdf(configuration_field)

Return a symbolic name for the KDF used in the configuration field.

parse(bin)