RFID API Documentation  1.0
Reference guide for RFID API
DEBUG_INFO_PARAMS Struct Reference

This struct holds Debug Mask and Length information. More...

Data Fields

UINT16 byteOffset
 Bit offset. More...
 
UINT8pDebugMask
 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...
 

Detailed Description

This struct holds Debug Mask and Length information.

Field Documentation

◆ byteOffset

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.

◆ pDebugMask

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.

◆ debugMaskByteCount

UINT16 DEBUG_INFO_PARAMS::debugMaskByteCount

Number of bits in pDebudMask to be taken for comparison.

◆ lpReserved

LPVOID DEBUG_INFO_PARAMS::lpReserved[4]

Reserved for future.