User's Manual

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