User's Manual

GetLBTMode Method
Description:
This method gets the current LBT mode setting. If the current regulation is based on the frequency hopping mechanism
it returns the FH status.
Return value:
A zero value if the LBT/FH is disabled, non-zero value if it is enabled.
Syntax:
C# representation:
public short GetLBTMode()
Java and Android representation:
public short GetLBTMode()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetLBTMode(
CAENRFIDHandle handle,
unsigned short *LBTMode);
GetPower Method
Description:
This method gets the current setting of the RF power expressed in mW.
Return value:
The current conducted RF power expressed in mW.
Syntax:
C# representation:
public int GetPower()
Java and Android representation:
public int GetPower()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetPower(
CAENRFIDHandle handle,
unsigned int *Power);
CAEN RFID API – Reference Manual80