Jeff.Events.Keypress (jeff v0.3.0) View Source

Event that is triggered when readers receive input to keypads

Link to this section Summary

Link to this section Types

Specs

t() :: %Jeff.Events.Keypress{
  address: Jeff.osdp_address(),
  count: non_neg_integer(),
  keys: binary(),
  reader: non_neg_integer()
}

Link to this section Functions

Specs

from_reply(Jeff.Reply.t()) :: t()