Uses of Class
com.pi4j.crowpi.components.internal.rfid.RfidCard
Packages that use RfidCard
-
Uses of RfidCard in com.pi4j.crowpi.components
Method parameters in com.pi4j.crowpi.components with type arguments of type RfidCardModifier and TypeMethodDescriptionvoidRfidComponent.onCardDetected(EventHandler<RfidCard> handler) Sets or disables the handler for any new card which gets in the proximity of the PCD.voidRfidComponent.waitForAnyCard(EventHandler<RfidCard> handler) Blocks current thread until any card has been detected, then runs the handler and continues.voidRfidComponent.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
Subclasses of RfidCard in com.pi4j.crowpi.components.internal.rfidModifier and TypeClassDescriptionfinal classImplementation of MIFARE Classic 1K cards with 16 sectors with 4 blocks (16 bytes) each.Methods in com.pi4j.crowpi.components.internal.rfid that return RfidCardModifier and TypeMethodDescriptionMFRC522.initializeCard()Selects a single PICC and transitions it from READY to ACTIVE state, then returns an appropriateRfidCardinstance.