User's Manual

CAEN RFID API Reference Manual
26
GetReadCycle Method
Description:
This method gets the current setting for the number of read cycles performed by the logical source during the
inventory algorithm execution.
ReadCycle affects only inventory performed with continuos mode (see § EventInventoryTag Method pag. 23).
Return value:
The number of read cycles.
Syntax:
C# representation:
public int GetReadCycle()
Java and Android representation:
public int GetReadCycle()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetReadCycle(
CAENRFIDHandle handle,
char *SourceName,
int *value);
GetSelected_EPC_C1G2 Method
Description:
This method can be used to retrieve the Selected flag (see EPC Class1 Gen2 protocol specification) used by the
anticollision algorithm when called on this logical source.
Return value:
The current Selected value
Syntax:
C# representation:
public CAENRFIDLogicalSourceConstants GetSelected_EPC_C1G2()
Java and Android representation:
public CAENRFIDLogicalSourceConstants GetSelected_EPC_C1G2()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetSelected_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
CAENRFIDLogicalSourceConstants *value);