#include <tmr_tag_auth.h>
Public Attributes | |
TMR_AuthType | type |
union { | |
TMR_GEN2_Password gen2Password | |
TMR_GEN2_DENATRAN_IAV_WriteCredentials writeCreds | |
TMR_GEN2_DENATRAN_IAV_WriteSecCredentials writeSecCreds | |
} | u |
Authentication data for RFID tag protocols.
Definition at line 51 of file tmr_tag_auth.h.
Gen2 authentication data
Definition at line 61 of file tmr_tag_auth.h.
The type of authentication data. Indicates which member of the union is valid.
Definition at line 57 of file tmr_tag_auth.h.
union { ... } TMR_TagAuthentication::u |
Gen2 Denatran IAV write credential
Definition at line 63 of file tmr_tag_auth.h.
Definition at line 64 of file tmr_tag_auth.h.