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

This struct contains information about block access params. More...

Data Fields

UINT8 blockGroupOffset
 Index of the Block ranging from 0-31. More...
 
UINT16 payloadAction
 A 16 bit pattern where each bit specifies status of BlockLock flags for its respective Block. More...
 
UINT16 payloadMask
 Mask for payload Action where each bit specifies whether to apply or ignore the corresponding 'Action' bit. More...
 
UINT32 blockGroupPassword
 Password of the containing BlockGroup. More...
 
LPVOID lpReserved [2]
 

Detailed Description

This struct contains information about block access params.

Field Documentation

◆ blockGroupOffset

UINT8 FUJITSU_CHANGE_BLOCKLOCK_ACCESS_PARAMS::blockGroupOffset

Index of the Block ranging from 0-31.

◆ payloadAction

UINT16 FUJITSU_CHANGE_BLOCKLOCK_ACCESS_PARAMS::payloadAction

A 16 bit pattern where each bit specifies status of BlockLock flags for its respective Block.

◆ payloadMask

UINT16 FUJITSU_CHANGE_BLOCKLOCK_ACCESS_PARAMS::payloadMask

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

◆ blockGroupPassword

UINT32 FUJITSU_CHANGE_BLOCKLOCK_ACCESS_PARAMS::blockGroupPassword

Password of the containing BlockGroup.

◆ lpReserved

LPVOID FUJITSU_CHANGE_BLOCKLOCK_ACCESS_PARAMS::lpReserved[2]