User's Manual

CAEN RFID API Reference Manual
92
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 representation:
public int GetPower()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetPower(
CAENRFIDHandle handle,
unsigned int *Power);
GetProtocol Method
Description:
This method gets the current air protocol of the Reader.
Return value:
A CAENRFIDProtocol representing the current air protocol set on the reader.
Syntax:
C# representation:
public CAENRFIDProtocol GetProtocol()
JAVA representation:
public CAENRFIDProtocol GetProtocol()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetProtocol(
CAENRFIDHandle handle,
CAENRFIDProtocol *Protocol);