Jeff.Reply.Capability (jeff v0.3.0) View Source

Peripheral Device Capabilities Report

OSDP v2.2 Specification Reference: 7.5

Link to this section Summary

Link to this section Types

Specs

t() :: %Jeff.Reply.Capability{
  compliance: integer(),
  description: String.t(),
  function: integer(),
  number_of: integer()
}

Link to this section Functions

Specs

decode(binary()) :: [t()]
Link to this function

new(function, compliance, number_of)

View Source