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

Event that is triggered when readers receive input to keypads

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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