![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
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... | |
This struct contains the parameters for Block-Erase Access Operation.
| MEMORY_BANK BLOCK_ERASE_ACCESS_PARAMS::memoryBank |
Memory bank on which access operation is to be performed.
| 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.
| UINT16 BLOCK_ERASE_ACCESS_PARAMS::byteCount |
Number of Bytes to be erased.
Since Access operation is WORD aligned, offset be in double bytes.
| UINT32 BLOCK_ERASE_ACCESS_PARAMS::accessPassword |
Password to be used for the Access operation.
| LPVOID BLOCK_ERASE_ACCESS_PARAMS::lpReserved[4] |
Reserved for future.