View Source Jeff.Reply.IdReport (jeff v0.4.0)

Device identification Report

OSDP v2.2 Specification Reference: 7.4

Link to this section Summary

Link to this section Types

@type t() :: %Jeff.Reply.IdReport{
  firmware: String.t(),
  model: integer(),
  serial: String.t(),
  vendor: String.t(),
  version: integer()
}

Link to this section Functions

@spec decode(<<_::96>>) :: t()