User's Manual

CAEN RFID API Reference Manual
41
Hitachi_BlockLock Method (CAENRFIDTag, Byte, Int32, Byte, Int32)
Description:
This method can be used to issue a BlockLock custom command as defined by the Hitachi Hibiki datasheet after having
put it in Secured state using the Access command.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to select.
BlockNum
The index of the memory block to be locked.
UserPassword
The user password.
Payload
The Payload parameter for the BlockLock custom command as defined by Hitachi Hibiki
datasheet.
AccessPassword
The access password.
Syntax:
C# representation:
public void Hitachi_BlockLock(
CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte Payload,
int AccessPassword)
JAVA representation:
public void Hitachi_BlockLock(
CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte Payload,
int AccessPassword)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_Hitachi_SecureBlockLock(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
char BlockNum,
int UserPassword,
char Payload,
int AccessPassword);