User's Manual

CLASSES DESCRIPTION - CAEN RFID API Reference Manual 84
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.