Exmbus.Parser.Apl.DataRecord.ValueInformationBlock (Exmbus v0.6.0-rc.0)
View SourceThe Value Information Block utilities
Summary
Types
@type t() :: %Exmbus.Parser.Apl.DataRecord.ValueInformationBlock{ coding: nil | :type_a | :type_b | :type_c | :type_d | :type_f | :type_g | :type_h | :type_i | :type_j | :type_k | :type_l | :type_m, description: atom(), extensions: [any()], multiplier: nil | integer(), table: atom(), unit: nil | binary() }
Functions
@spec parse( binary(), Exmbus.Parser.Apl.DataRecord.DataInformationBlock.t(), Exmbus.Parser.Context.t() ) :: {:ok, t(), rest :: binary()} | {:error, any(), binary()}