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

Parameters for the BurstErase Operation.Specifies the memory location of Data to be Burst-erased,its byte-length 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...
 
UINT16 burstEraseLength
 Byte-Length of the Data to be BurstErased,must be a multiple of 4. More...
 
UINT32 accessPassword
 Access password of the participant tags. More...
 
LPVOID lpReserved [2]
 

Detailed Description

Parameters for the BurstErase Operation.Specifies the memory location of Data to be Burst-erased,its byte-length and the access password of the tag(s).


Field Documentation

◆ memoryBank

MEMORY_BANK FUJITSU_BURST_ERASE_ACCESS_PARAMS::memoryBank

Memory Bank Name.

◆ byteOffset

UINT16 FUJITSU_BURST_ERASE_ACCESS_PARAMS::byteOffset

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

◆ burstEraseLength

UINT16 FUJITSU_BURST_ERASE_ACCESS_PARAMS::burstEraseLength

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

◆ accessPassword

UINT32 FUJITSU_BURST_ERASE_ACCESS_PARAMS::accessPassword

Access password of the participant tags.

◆ lpReserved

LPVOID FUJITSU_BURST_ERASE_ACCESS_PARAMS::lpReserved[2]