User's Manual

CAEN RFID API Reference Manual
79
SetSession_EPC_C1G2 Method
Description:
This method can be used to set the Session (see EPC Class1 Gen2 protocol specification) used by the anticollision
algorithm when called on this logical source.
Parameters:
Name
Description
Value
The Session value.
Syntax:
C# representation:
public void SetSession_EPC_C1G2(
CAENRFIDLogicalSourceConstants Value)
JAVA representation:
public void SetSession_EPC_C1G2(
CAENRFIDLogicalSourceConstants Value)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetSession_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
CAENRFIDLogicalSourceConstants Value);
SetTarget_EPC_C1G2 Method
Description:
This method can be used to set the Target setting (see EPC Class1 Gen2 protocol specification) used by the anticollision
algorithm when called on this logical source.
Parameters:
Name
Description
Value
The Target value.
Syntax:
C# representation:
public void SetTarget_EPC_C1G2(
CAENRFIDLogicalSourceConstants Value)
JAVA representation:
public void SetTarget_EPC_C1G2(
CAENRFIDLogicalSourceConstants Value)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetTarget_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
CAENRFIDLogicalSourceConstants Value);