![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
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... | |
This struct Contains the parameters for Read Access Operation.
| MEMORY_BANK READ_ACCESS_PARAMS::memoryBank |
Memory bank from which data is to be read from.
| 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.
| UINT16 READ_ACCESS_PARAMS::byteCount |
Number of bytes to read.
Since Access operation is WORD aligned, offset be in double bytes.
| UINT32 READ_ACCESS_PARAMS::accessPassword |
Password to be used for the Access operation.
| LPVOID READ_ACCESS_PARAMS::lpReserved[4] |
Reserved for future.