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

This struct Contains the parameters for Read Access Operation. More...

Data Fields

MEMORY_BANK memoryBank
 Memory bank from which data is to be read from. More...
 
UINT16 byteOffset
 Byte offset; The addresss of the first byte to read from the chosen memory bank. More...
 
UINT16 byteCount
 Number of bytes to read. More...
 
UINT32 accessPassword
 Password to be used for the Access operation. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

This struct Contains the parameters for Read Access Operation.

Field Documentation

◆ memoryBank

MEMORY_BANK READ_ACCESS_PARAMS::memoryBank

Memory bank from which data is to be read from.

◆ byteOffset

UINT16 READ_ACCESS_PARAMS::byteOffset

Byte offset; The addresss of the first byte to read from the chosen memory bank.

Since Access operation is WORD aligned, offset should be in double bytes.

◆ byteCount

UINT16 READ_ACCESS_PARAMS::byteCount

Number of bytes to read.

Since Access operation is WORD aligned, offset be in double bytes.

◆ accessPassword

UINT32 READ_ACCESS_PARAMS::accessPassword

Password to be used for the Access operation.

◆ lpReserved

LPVOID READ_ACCESS_PARAMS::lpReserved[4]

Reserved for future.