![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
This struct holds Debug Mask and Length information. More...
Data Fields | |
| UINT16 | byteOffset |
| Bit offset. More... | |
| UINT8 * | pDebugMask |
| Bit Mask to be matched The application should allocate an UINT8 array and assign it to this field. More... | |
| UINT16 | debugMaskByteCount |
| Number of bits in pDebudMask to be taken for comparison. More... | |
| LPVOID | lpReserved [4] |
| Reserved for future. More... | |
This struct holds Debug Mask and Length information.
| UINT16 DEBUG_INFO_PARAMS::byteOffset |
Bit offset.
The address of the first (msb) bit against which to apply the Debug Info Mask and compare with the value.
| UINT8* DEBUG_INFO_PARAMS::pDebugMask |
Bit Mask to be matched The application should allocate an UINT8 array and assign it to this field.
The Debuf Info Mask to be used for bit-wise comparison should be filled in the array.
| UINT16 DEBUG_INFO_PARAMS::debugMaskByteCount |
Number of bits in pDebudMask to be taken for comparison.
| LPVOID DEBUG_INFO_PARAMS::lpReserved[4] |
Reserved for future.