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

This struct contains the parameters for Block-Erase Access Operation. More...

Data Fields

MEMORY_BANK memoryBank
 Memory bank on which access operation is to be performed. More...
 
UINT16 byteOffset
 Byte offset; The address of first byte to be erased. More...
 
UINT16 byteCount
 Number of Bytes to be erased. 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 Block-Erase Access Operation.

Field Documentation

◆ memoryBank

MEMORY_BANK BLOCK_ERASE_ACCESS_PARAMS::memoryBank

Memory bank on which access operation is to be performed.

◆ byteOffset

UINT16 BLOCK_ERASE_ACCESS_PARAMS::byteOffset

Byte offset; The address of first byte to be erased.

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

◆ byteCount

UINT16 BLOCK_ERASE_ACCESS_PARAMS::byteCount

Number of Bytes to be erased.

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

◆ accessPassword

UINT32 BLOCK_ERASE_ACCESS_PARAMS::accessPassword

Password to be used for the Access operation.

◆ lpReserved

LPVOID BLOCK_ERASE_ACCESS_PARAMS::lpReserved[4]

Reserved for future.