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

This struct contains the parameters for Fujitsu's ChangeWordLock operation.Only 2 LSBs of payloadAction and PayloadMask are considered for ChangeWordLock's payload. More...

Data Fields

MEMORY_BANK memoryBankName
 
UINT16 byteOffset
 Byte-Offset of the starting word. More...
 
UINT8 payloadAction
 2LSBs specify the WordLock-Action for words 0 and 1 (in that order) More...
 
UINT8 payloadMask
 2LSBs specify the Mask for the action bits in payloadAction More...
 
UINT32 blockGroupPassword
 Password of the containing BlockGroup. More...
 
LPVOID lpReserved [2]
 

Detailed Description

This struct contains the parameters for Fujitsu's ChangeWordLock operation.Only 2 LSBs of payloadAction and PayloadMask are considered for ChangeWordLock's payload.

Field Documentation

◆ memoryBankName

MEMORY_BANK FUJITSU_CHANGE_WORDLOCK_ACCESS_PARAMS::memoryBankName

◆ byteOffset

UINT16 FUJITSU_CHANGE_WORDLOCK_ACCESS_PARAMS::byteOffset

Byte-Offset of the starting word.

◆ payloadAction

UINT8 FUJITSU_CHANGE_WORDLOCK_ACCESS_PARAMS::payloadAction

2LSBs specify the WordLock-Action for words 0 and 1 (in that order)

◆ payloadMask

UINT8 FUJITSU_CHANGE_WORDLOCK_ACCESS_PARAMS::payloadMask

2LSBs specify the Mask for the action bits in payloadAction

◆ blockGroupPassword

UINT32 FUJITSU_CHANGE_WORDLOCK_ACCESS_PARAMS::blockGroupPassword

Password of the containing BlockGroup.

◆ lpReserved

LPVOID FUJITSU_CHANGE_WORDLOCK_ACCESS_PARAMS::lpReserved[2]