User's Manual

RemoveReadPoint Method
Description:
This method removes a read point from the logical source.
Parameters:
Name Description
ReadPoint A string representing the name of the read point (antenna).
Syntax:
C# representation:
public void RemoveReadPoint(
string ReadPoint)
Java and Android representation:
public void RemoveReadPoint(
java.lang.String ReadPoint)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_RemoveReadPoint(
CAENRFIDHandle handle,
char *SourceName,
char *ReadPoint);
ResetSession_EPC_C1G2 Method
Description:
This method can be used to reset the Session status for EPC Class1 Gen2 tags. After the execution of this method all the
tags in the field of the antennas belonging to this logical source are back in the default Session.
Syntax:
C# representation:
public void ResetSession_EPC_C1G2()
Java and Android representation:
public void ResetSession_EPC_C1G2()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_ResetSession_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName);
CAEN RFID API – Reference Manual 57