A struct used for passing the UID of a PICC.  
 More...
A struct used for passing the UID of a PICC. 
Definition at line 89 of file mfrc522.h.
 
#include <mfrc522.h>
 | 
| uint8_t  | size | 
|   | Number of bytes in the UID.  
  | 
|   | 
| uint8_t  | uid_byte [MFRC522_UID_MAX_SIZE] | 
|   | UID.  
  | 
|   | 
| uint8_t  | sak | 
|   | The SAK (Select acknowledge) byte returned from the PICC after successful selection.  
  | 
|   | 
◆ sak
      
        
          | uint8_t mfrc522_uid_t::sak | 
        
      
 
The SAK (Select acknowledge) byte returned from the PICC after successful selection. 
Definition at line 92 of file mfrc522.h.
 
 
◆ size
      
        
          | uint8_t mfrc522_uid_t::size | 
        
      
 
Number of bytes in the UID. 
4, 7 or 10 
Definition at line 90 of file mfrc522.h.
 
 
◆ uid_byte
The documentation for this struct was generated from the following file: