View Source Wiegand.CardData (wiegand v0.1.0)

Most Wiegand card formats support a facility code and a card/cardholder ID.

Link to this section Summary

Link to this section Types

@type t() :: %Wiegand.CardData{
  card_id: non_neg_integer(),
  facility_code: non_neg_integer() | nil
}