User's Manual

CAEN RFID API Reference Manual
86
SetBitRate Method
Description:
This method sets the RF bit rate to use.
Parameters:
Name
Description
BitRate
The RF bit rate value to be set.
Syntax:
C# representation:
public void SetBitRate(
CAENRFIDBitRate BitRate)
Java and Android representation:
public void SetBitRate(
CAENRFIDBitRate BitRate)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetBitRate(
CAENRFIDHandle handle,
CAENRFID_Bitrate BitRate);
SetDateTime Method
Description:
This method sets the Date/Time of the reader.
Parameters:
Name
Description
DateTime
The Date/Time to be set on the reader as a string in the format: "yyyy-mm-dd
hh:mm:ss".
Syntax:
C# representation:
public void SetDateTime(
string DateTime)
Java and Android representation:
public void SetDateTime(
java.lang.String DateTime)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SetDateTime(
CAENRFIDHandle handle,
char *DateTime);