User's Manual

CAEN RFID API Reference Manual
83
GetRFChannel Method
Description:
This method gets the index of the RF channel currently in use. The index value meaning changes for different country
regulations.
Return value:
The RF channel index.
Syntax:
C# representation:
public short GetRFChannel()
Java and Android representation:
public short GetRFChannel()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetRFChannel(
CAENRFIDHandle handle,
unsigned short *RFChannel);
Remarks
This method is only used for testing applications.
GetRFRegulation Method
Description:
This method gets the current RF regulation setting value.
Return value:
The RF regulation value.
Syntax:
C# representation:
public CAENRFIDRFRegulations GetRFRegulation()
Java and Android representation:
public CAENRFIDRFRegulations GetRFRegulation()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetRFRegulation(
CAENRFIDHandle handle,
CAENRFIDRFRegulations *RFRegulation);