Software PAL-EPCUID parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| void * | pHalDataParams |
| Pointer to the parameter structure of the underlying HAL layer. | |
| uint8_t | bUidValid |
| Whether current UID is valid or not. | |
| uint8_t | bLabelType |
| Type of selected label. | |
| uint8_t | bMaskBitLength |
Number of masked bits already written into bEpc/bIdd. | |
| uint8_t | bEpc [PHPAL_EPCUID_EPC_LENGTH] |
| 12 bytes EPC. | |
| uint8_t | bIdd [PHPAL_EPCUID_IDD_LENGTH] |
| 12 bytes user data (UD) + 2 bytes UD-CRC + 5 bytes UID. | |
Software PAL-EPCUID parameter structure.