User's Manual

CAEN RFID API Reference Manual
91
GetIODirection Method
Description:
This method gets the current I/O direction setting as a bitmask. Each bit represent a I/O line, a value of 0 means that
the line is configured as an input, 1 as an output. This setting has a meaning only for those readers with configurable
I/O lines.
Return value:
A bitmask representing the I/O setting.
Syntax:
C# representation:
public int GetIODirection()
JAVA representation:
public int GetIODirection()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetIODirection(
CAENRFIDHandle handle,
unsigned int *IODirection);
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 representation:
public short GetLBTMode()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_GetLBTMode(
CAENRFIDHandle handle,
unsigned short *LBTMode);