User's Manual

WriteTagData_EPC_C1G2 Method
WriteTagData_EPC_C1G2 Method (CAENRFIDTag, Int16, Int16, Int16, Byte[])
Description:
This method can be used to write a portion of memory in an ISO18000-6C (EPC Class1 Gen2) tag.
Parameters:
Name Description
Tag The CAENRFIDTag representing the tag to be written.
MemBank The memory bank where to write the data.
Address The address where to start writing the data.
Length The number of byte to be written.
Data An array of bytes representing the data to be written into the tag.
Syntax:
C# representation:
public void WriteTagData_EPC_C1G2(
CAENRFIDTag Tag,
short MemBank,
short Address,
short Length,
byte[] Data)
Java and Android representation:
public void WriteTagData_EPC_C1G2(
CAENRFIDTag Tag,
short MemBank,
short Address,
short Length,
byte[] Data)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_WriteTagData_EPC_C1G2(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
short MemBank,
int Address,
int Length,
void *Data);
CAEN RFID API – Reference Manual68