nerves_io_pn532 v0.1.1 Nerves.IO.PN532.Base behaviour

Link to this section Summary

Link to this section Callbacks

Link to this callback card_detected(map)
card_detected(map()) :: :ok | {:error, term()}
Link to this callback card_lost(map)
card_lost(map()) :: :ok | {:error, term()}
Link to this callback process_card_detection(integer, binary)
process_card_detection(integer(), binary()) :: {:ok, term()} | {:error, term()}
Link to this callback setup(pid, map)
setup(pid(), map()) :: :ok