Uses of Class
com.pi4j.crowpi.components.internal.rfid.RfidCardUid
Packages that use RfidCardUid
-
Uses of RfidCardUid in com.pi4j.crowpi.components.internal.rfid
Methods in com.pi4j.crowpi.components.internal.rfid that return RfidCardUidModifier and TypeMethodDescriptionprotected RfidCardUidRfidCard.getUid()Returns the UID of this card.protected RfidCardUidMFRC522.select()Selects a single PICC by executing the ANTICOLLISION and SELECT procedure according to ISO 14443.Methods in com.pi4j.crowpi.components.internal.rfid with parameters of type RfidCardUidModifier and TypeMethodDescriptionprotected voidMFRC522.mifareAuth(MifareKey key, byte blockAddr, RfidCardUid uid) Authenticates the sector to which the specified block belongs for MIFARE PICCs.Constructors in com.pi4j.crowpi.components.internal.rfid with parameters of type RfidCardUidModifierConstructorDescriptionRfidCard(RfidCardUid uid) Creates a new RFID card instance for the given PICC UID.