Uses of Class
com.pi4j.crowpi.components.internal.rfid.RfidCard
-
Uses of RfidCard in com.pi4j.crowpi.components
Modifier and TypeMethodDescriptionvoid
RfidComponent.onCardDetected
(EventHandler<RfidCard> handler) Sets or disables the handler for any new card which gets in the proximity of the PCD.void
RfidComponent.waitForAnyCard
(EventHandler<RfidCard> handler) Blocks current thread until any card has been detected, then runs the handler and continues.void
RfidComponent.waitForNewCard
(EventHandler<RfidCard> handler) Blocks current thread until a new card has been detected, then runs the handler and continues. -
Uses of RfidCard in com.pi4j.crowpi.components.internal.rfid
Modifier and TypeClassDescriptionfinal class
Implementation of MIFARE Classic 1K cards with 16 sectors with 4 blocks (16 bytes) each.Modifier and TypeMethodDescriptionMFRC522.initializeCard()
Selects a single PICC and transitions it from READY to ACTIVE state, then returns an appropriateRfidCard
instance.