![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
Parameters for the BurstWrite Operation.Specifies BurstWrite Data , the memory location where it should be written and the access password of the tag(s). More...
Data Fields | |
| MEMORY_BANK | memoryBank |
| Memory Bank Name. More... | |
| UINT16 | byteOffset |
| Byte-Offset in the Memory Bank,must be a multiple of 4. More... | |
| UINT8 * | pBurstWriteData |
| Pointer to Byte-Array containg Data for BurstWrite. More... | |
| UINT16 | burstWriteDataLength |
| Byte-Length of the BurstWrite Data,must be a multiple of 4. More... | |
| UINT32 | accessPassword |
| Access password of the participant tags. More... | |
| LPVOID | lpReserved [2] |
Parameters for the BurstWrite Operation.Specifies BurstWrite Data , the memory location where it should be written and the access password of the tag(s).
| MEMORY_BANK FUJITSU_BURST_WRITE_ACCESS_PARAMS::memoryBank |
Memory Bank Name.
| UINT16 FUJITSU_BURST_WRITE_ACCESS_PARAMS::byteOffset |
Byte-Offset in the Memory Bank,must be a multiple of 4.
| UINT8* FUJITSU_BURST_WRITE_ACCESS_PARAMS::pBurstWriteData |
Pointer to Byte-Array containg Data for BurstWrite.
| UINT16 FUJITSU_BURST_WRITE_ACCESS_PARAMS::burstWriteDataLength |
Byte-Length of the BurstWrite Data,must be a multiple of 4.
| UINT32 FUJITSU_BURST_WRITE_ACCESS_PARAMS::accessPassword |
Access password of the participant tags.
| LPVOID FUJITSU_BURST_WRITE_ACCESS_PARAMS::lpReserved[2] |