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

Keypad Data Report

OSDP v2.2 Specification Reference: 7.12

Link to this section Summary

Link to this section Types

@type t() :: %Jeff.Reply.KeypadData{
  count: pos_integer(),
  keys: binary(),
  reader: byte()
}

Link to this section Functions

@spec decode(binary()) :: t()