User's Manual

CAEN RFID API Reference Manual
32
Fujitsu_ReadBlockLock Method
Fujitsu_ReadBlockLock Method (CAENRFIDTag, Byte)
Description:
This method can be used to issue a ReadBlockLock custom command as defined by the Fujitsu datasheet.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to be selected.
BlockGroupPtr
The BlockGroupPtr parameter as defined by the Fujitsu datasheet.
Return value:
An array of bytes representing the BlockLockFlag of the tag.
Syntax:
C# representation:
public byte[] Fujitsu_ReadBlockLock(
CAENRFIDTag Tag,
byte BlockGroupPtr)
JAVA representation:
public byte[] Fujitsu_ReadBlockLock(
CAENRFIDTag Tag,
byte BlockGroupPtr)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_Fujitsu_ReadBlockLock(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
char BlockGroupPtr,
char *TRData);