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

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...
 
UINT8pBurstWriteData
 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]
 

Detailed Description

Parameters for the BurstWrite Operation.Specifies BurstWrite Data , the memory location where it should be written and the access password of the tag(s).


Field Documentation

◆ memoryBank

MEMORY_BANK FUJITSU_BURST_WRITE_ACCESS_PARAMS::memoryBank

Memory Bank Name.

◆ byteOffset

UINT16 FUJITSU_BURST_WRITE_ACCESS_PARAMS::byteOffset

Byte-Offset in the Memory Bank,must be a multiple of 4.

◆ pBurstWriteData

UINT8* FUJITSU_BURST_WRITE_ACCESS_PARAMS::pBurstWriteData

Pointer to Byte-Array containg Data for BurstWrite.

◆ burstWriteDataLength

UINT16 FUJITSU_BURST_WRITE_ACCESS_PARAMS::burstWriteDataLength

Byte-Length of the BurstWrite Data,must be a multiple of 4.

◆ accessPassword

UINT32 FUJITSU_BURST_WRITE_ACCESS_PARAMS::accessPassword

Access password of the participant tags.

◆ lpReserved

LPVOID FUJITSU_BURST_WRITE_ACCESS_PARAMS::lpReserved[2]