Jeff.Events.CardRead (jeff v0.3.1) View Source
Event that is triggered when readers receive input from card reads
Link to this section Summary
Link to this section Types
Specs
t() :: %Jeff.Events.CardRead{
address: Jeff.osdp_address(),
data: binary(),
format: non_neg_integer(),
length: non_neg_integer(),
reader: non_neg_integer()
}
Link to this section Functions
Specs
from_reply(Jeff.Reply.t()) :: t()