Iconvex.Packed.LSB (iconvex v0.1.1)

Copy Markdown View Source

Packed least-significant-bit-first fixed-width unit stream.

unit_bits describes the logical unit width and is not limited to the byte-backed widths accepted by Iconvex.Packed.pack_lsb/2. Codecs with wider logical units can construct and validate this transport directly.

Summary

Types

t()

@type t() :: %Iconvex.Packed.LSB{
  bit_order: :lsb,
  bit_size: non_neg_integer(),
  data: binary(),
  unit_bits: pos_integer()
}