User's Manual

CAEN RFID API Reference Manual
27
GetSession_EPC_C1G2 Method
Description:
This method can be used to retrieve the Session setting (see EPC Class1 Gen2 protocol specification) used by the
anticollision algorithm when called on this logical source.
Return value:
The current Session value setting.
Syntax:
C# representation:
public CAENRFIDLogicalSourceConstants GetSession_EPC_C1G2()
Java and Android representation:
public CAENRFIDLogicalSourceConstants GetSession_EPC_C1G2()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetSession_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
CAENRFIDLogicalSourceConstants *value);
GetTarget_EPC_C1G2 Method
Description:
This method can be used to retrieve the Target setting (see EPC Class1 Gen2 protocol specification) used by the
anticollision algorithm when called on this logical source.
Return value:
The current Target value setting.
Syntax:
C# representation:
public CAENRFIDLogicalSourceConstants GetTarget_EPC_C1G2()
Java and Android representation:
public CAENRFIDLogicalSourceConstants GetTarget_EPC_C1G2()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetTarget_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
CAENRFIDLogicalSourceConstants *value);