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

Parameters for Fujitsu's ChangeBlockOrAreaGroupPassword Operation for 64K Tags.Specifies the Block or Area(according to whether the target is 64K or 8K), the new-password and the current password. More...

Data Fields

UINT8 blockOrAreaGroupOffset
 Index of the Block (ranging from 0-31) Or AreaGroup(ranging from 0-15) More...
 
UINT32 newPassword
 New BlockGroup or AreaGroup password. More...
 
UINT32 currentPassword
 Current BlockGroup or AreaGroup password. More...
 
LPVOID lpReserved [2]
 

Detailed Description

Parameters for Fujitsu's ChangeBlockOrAreaGroupPassword Operation for 64K Tags.Specifies the Block or Area(according to whether the target is 64K or 8K), the new-password and the current password.

Field Documentation

◆ blockOrAreaGroupOffset

UINT8 FUJITSU_CHANGE_BLOCK_OR_AREA_GROUPPASSWORD_ACCESS_PARAMS::blockOrAreaGroupOffset

Index of the Block (ranging from 0-31) Or AreaGroup(ranging from 0-15)

◆ newPassword

UINT32 FUJITSU_CHANGE_BLOCK_OR_AREA_GROUPPASSWORD_ACCESS_PARAMS::newPassword

New BlockGroup or AreaGroup password.

◆ currentPassword

UINT32 FUJITSU_CHANGE_BLOCK_OR_AREA_GROUPPASSWORD_ACCESS_PARAMS::currentPassword

Current BlockGroup or AreaGroup password.

◆ lpReserved

LPVOID FUJITSU_CHANGE_BLOCK_OR_AREA_GROUPPASSWORD_ACCESS_PARAMS::lpReserved[2]