User's Manual

CAEN RFID API Reference Manual
90
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 representation:
public java.lang.String GetFirmwareRelease()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetFirmwareRelease(
CAENRFIDHandle handle,
char *FWRel);
GetIO Method
Description:
This method gets the current digital Input and Output lines status.
Return value:
A bitmask representing the I/O lines status. The format and the meaning of the bits depends on the Reader's model.
Please refer to the corresponding user manual available on http://www.caen.it/rfid
Syntax:
C# representation:
public int GetIO()
JAVA representation:
public int GetIO()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetIO(
CAENRFIDHandle handle,
unsigned int *IORegister);