User's Manual

CLASSES DESCRIPTION - CAEN RFID API Reference Manual 75
GetBitRate Method
Description:
This method gets the current setting of the RF bit rate.
Return value:
The current RF bit rate value.
Syntax:
C# representation:
public CAENRFIDBitRate GetBitRate()
Java and Android representation:
public CAENRFIDBitRate GetBitRate()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetBitrate(
CAENRFIDHandle handle,
CAENRFID_Bitrate *Bitrate);
GetFirmwareRelease Method
Description:
This method permits to read the release of the firmware loaded into the device.
Return value:
A string representing the firmware release of the device.
Syntax:
C# representation:
public string GetFirmwareRelease()
Java and Android representation:
public java.lang.String GetFirmwareRelease()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetFirmwareRelease(
CAENRFIDHandle handle,
char *FWRel);