A struct used for passing the UID of a PICC. More...
#include <mfrc522.h>
Data Fields | |
| uint8_t | size |
| Number of bytes in the UID. More... | |
| uint8_t | uid_byte [MFRC522_UID_MAX_SIZE] |
| UID. | |
| uint8_t | sak |
| The SAK (Select acknowledge) byte returned from the PICC after successful selection. | |
| uint8_t mfrc522_uid_t::size |