User's Manual

SetNetwork Method
Description:
This method permits to configure the network settings of the reader. In order to apply the changes the reader must be
restarted.
Parameters:
Name Description
IPAddress The IP address to set on the reader network interface.
NetMask The netmask to set on the reader network interface.
Gateway The gateway to set on the reader network interface.
Syntax:
C# representation:
public void SetNetwork(
string IPAddress,
string NetMask,
string Gateway)
Java and Android representation:
public void SetNetwork(
java.lang.String IPAddress,
java.lang.String NetMask,
java.lang.String Gateway)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetNetwork(
CAENRFIDHandle handle,
char *IPAddress,
char *NetMask,
char *Gateway);
SetPower Method
Description:
This method sets the conducted RF power of the Reader.
Parameters:
Name Description
power The conducted RF power value expressed in mW.
Syntax:
C# representation:
public void SetPower(
int power)
Java and Android representation:
public void SetPower(
int power)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetPower(
CAENRFIDHandle handle,
unsigned int Power);
CAEN RFID API – Reference Manual88