User's Manual

CAEN RFID API Reference Manual
36
GetName Method
Description:
This method gets a string representing the name of the logical source.
Return value:
A string representing the name of the logical source.
Syntax:
C# representation:
public string GetName()
JAVA representation:
public java.lang.String GetName()
Remarks:
This function does not exist in C language, see § Overview on SDK pag. 7 for more informations.
GetQ_EPC_C1G2 Method
Description:
This method can be used to retrieve the current setting for the initial Q value (see EPC Class1 Gen2 protocol
specification) used by the anticollision algorithm when called on this logical source.
Return value:
The current initial Q value setting.
Syntax:
C# representation:
public int GetQ_EPC_C1G2()
JAVA representation:
public int GetQ_EPC_C1G2()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetQValue_EPC_C1G2(
CAENRFIDHandle handle,
char *SourceName,
int *Q);