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

Parameters for Fujitsu's AreaWriteLock operation for 8K Tags.Specifies. More...

Data Fields

UINT8 areaGroupOffset
 Index of the Block ranging from 0-15. More...
 
UINT16 payloadAction
 A 16 bit pattern where each bit specifies the desired status for the WriteLock flag of its respective Area. More...
 
UINT16 payloadMask
 Mask for payload Action where each bit specifies whether to apply or ignore the corresponding 'Action' bit. More...
 
UINT32 areaGroupPassword
 Password of the containing AreaGroup. More...
 
LPVOID lpReserved [2]
 

Detailed Description

Parameters for Fujitsu's AreaWriteLock operation for 8K Tags.Specifies.

Field Documentation

◆ areaGroupOffset

UINT8 FUJITSU_AREA_WRITELOCK_ACCESS_PARAMS::areaGroupOffset

Index of the Block ranging from 0-15.

◆ payloadAction

UINT16 FUJITSU_AREA_WRITELOCK_ACCESS_PARAMS::payloadAction

A 16 bit pattern where each bit specifies the desired status for the WriteLock flag of its respective Area.

◆ payloadMask

UINT16 FUJITSU_AREA_WRITELOCK_ACCESS_PARAMS::payloadMask

Mask for payload Action where each bit specifies whether to apply or ignore the corresponding 'Action' bit.

◆ areaGroupPassword

UINT32 FUJITSU_AREA_WRITELOCK_ACCESS_PARAMS::areaGroupPassword

Password of the containing AreaGroup.

◆ lpReserved

LPVOID FUJITSU_AREA_WRITELOCK_ACCESS_PARAMS::lpReserved[2]