User's Manual

CAEN RFID API Reference Manual
33
Fujitsu_ReadBlockLock Method (CAENRFIDTag, Byte, Int32)
Description:
This method can be used to issue a ReadBlockLock custom command as defined by the Fujitsu datasheet after having
put it in Secured state using the Access command.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to be selected.
BlockGroupPtr
The BlockGroupPtr parameter as defined by the Fujitsu datasheet.
AccessPassword
The access password.
Return value:
An array of bytes representing the BlockLockFlag of the tag.
Syntax:
C# representation:
public byte[] Fujitsu_ReadBlockLock(
CAENRFIDTag Tag,
byte BlockGroupPtr,
int AccessPassword)
JAVA representation:
public byte[] Fujitsu_ReadBlockLock(
CAENRFIDTag Tag,
byte BlockGroupPtr,
int AccessPassword)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_Fujitsu_SecureReadBlockLock(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
char BlockGroupPtr,
char *TRData,
int AccessPassword);