User's Manual

CAEN RFID API Reference Manual
40
Hitachi_BlockLock Method
Hitachi_BlockLock Method (CAENRFIDTag, Byte, Int32, Byte)
Description:
This method can be used to issue a BlockLock custom command as defined by the Hitachi Hibiki datasheet.
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.
Syntax:
C# representation:
public void Hitachi_BlockLock(
CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte Payload)
JAVA representation:
public void Hitachi_BlockLock(
CAENRFIDTag Tag,
byte BlockNum,
int UserPassword,
byte Payload)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_Hitachi_BlockLock(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
char BlockNum,
int UserPassword,
char Payload);