User's Manual

CAEN RFID API Reference Manual
84
GetSource Method
Description:
This method gets a CAENRFIDLogicalSource object given its name.
Parameters:
Name
Description
Source
The name of the logical source.
Return value:
The CAENRFIDLogicalSource object corresponding to the requested name.
Syntax:
C# representation:
public CAENRFIDLogicalSource GetSource(
string Source)
Java and Android representation:
public CAENRFIDLogicalSource GetSource(
java.lang.String Source)
throws CAENRFIDException
Remarks:
This function does not exist in C language, see § Overview on SDK pag. 8 for more information.
GetSourceNames Method
Description:
This method gets the names of the logical sources available in the reader.
Return value:
An array containing the logical source names available in the reader.
Syntax:
C# representation:
public static string[] GetSourceNames()
Java and Android representation:
public static java.lang.String[] GetSourceNames()
C representation:
CAENRFIDErrorCodes CAENRFID_GetSourceNames(
CAENRFIDHandle handle,
char **SrcNames[],
int *SrcNumber);