tmr_tag_auth.h File Reference
Mercury API - Tag Authentication Interface.
More...
#include "tmr_gen2.h"
Detailed Description
Mercury API - Tag Authentication Interface.
- Author:
- Brian Fiegel
- Date:
- 4/18/2009
Typedef Documentation
Authentication data for RFID tag protocols.
Function Documentation
Initialize a TMR_TagAuthentication structure as a Gen2 password.
- Parameters:
-
| auth | Pointer to the structure to initialize. |
| password | The password 32-bit Gen2 password value. |
| TMR_Status TMR_TA_init_gen2_Denatran_IAV_writeCredentials |
( |
TMR_TagAuthentication * |
auth, |
|
|
uint8_t |
idLength, |
|
|
uint8_t * |
tagId, |
|
|
uint8_t |
len, |
|
|
uint8_t * |
data | |
|
) |
| | |
Initialize a TMR_TagAuthentication structure as Denatran IAV write credential
- Parameters:
-
| auth | Pointer to the structure to initialize. |
| data | Gen2 Denatran IAV write credential |
| TMR_Status TMR_TA_init_gen2_Denatran_IAV_writeSecCredentials |
( |
TMR_TagAuthentication * |
auth, |
|
|
uint8_t |
length, |
|
|
uint8_t * |
data, |
|
|
uint8_t |
len, |
|
|
uint8_t * |
credentials | |
|
) |
| | |
Initialize a TMR_TagAuthentication structure as Denatran IAV write credential
- Parameters:
-
| auth | Pointer to the structure to initialize. |
| data | Gen2 Denatran IAV write credential |