User's Manual

GetSources Method
Description:
This method gets the CAENRFIDLogicalSource objects available on the reader.
Return value:
An array of the logical source objects available in the Reader.
Syntax:
C# representation:
public CAENRFIDLogicalSource[] GetSources()
Java and Android representation:
public CAENRFIDLogicalSource[] GetSources()
Remarks:
This function does not exist in C language, see § Overview on SDK pag. 8 for more information.
InventoryAbort Method
For the description of this method, see § Event Handling pag.96.
RFControl Method
Description:
Permits to control the RF CW (Carrier Wave) signal generation.
Parameters:
Name Description
OnOff The value to set. 1 generates the CW , 0: stops the CW generation.
Syntax:
C# representation:
public void RFControl(
int OnOff)
Java and Android representation:
public void RFControl(
int OnOff)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_RFControl(
CAENRFIDHandle handle,
int OnOff);
Remarks
This method is only used for testing applications.
CAEN RFID API – Reference Manual 85