View Source Jeff.Events.CardRead (jeff v0.4.0)
Event that is triggered when readers receive input from card reads
Link to this section Summary
Link to this section Types
@type 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
@spec from_reply(Jeff.Reply.t()) :: t()