Uses of Class
com.pi4j.crowpi.components.internal.rfid.RfidCardUid
-
Uses of RfidCardUid in com.pi4j.crowpi.components.internal.rfid
Modifier and TypeMethodDescriptionprotected RfidCardUid
RfidCard.getUid()
Returns the UID of this card.protected RfidCardUid
MFRC522.select()
Selects a single PICC by executing the ANTICOLLISION and SELECT procedure according to ISO 14443.Modifier and TypeMethodDescriptionprotected void
MFRC522.mifareAuth
(MifareKey key, byte blockAddr, RfidCardUid uid) Authenticates the sector to which the specified block belongs for MIFARE PICCs.ModifierConstructorDescriptionRfidCard
(RfidCardUid uid) Creates a new RFID card instance for the given PICC UID.