User's Manual

CAEN RFID API Reference Manual
70
ReadBLockPermalock_EPC_C1G2 Method
Description:
This method implements the BLockPermaLock with ReadLock=0 as specified in EPCC1G2 rev. 1.2.0 protocol.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to be read.
MemBank
The memory bank where to read the data.
Blockptr
The address where to start reading the data.
BlockRange
The number of word to be read.
AccessPassword
The access password.
Return value:
An array of bytes representing the data read from the tag.
Syntax:
C# representation:
public byte[] ReadBLockPermalock_EPC_C1G2(
CAENRFIDTag Tag,
short MemBank,
short Blockptr,
short BlockRange,
int AccessPassword)
JAVA representation:
public byte[] ReadBLockPermalock_EPC_C1G2(
CAENRFIDTag Tag,
short MemBank,
short Blockptr,
short BlockRange,
int AccessPassword)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_ReadBLockPermalock_EPC_C1G2(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
short MemBank,
short Blockptr,
short BlockRange,
int AccessPassword)