User's Manual

CAEN RFID API Reference Manual
119
CAENRFIDReadPointStatus Enumeration
The CAENRFIDReadPointStatus gives a list of the possible ReadPoint status values.
Syntax:
C# representation:
public enum CAENRFIDReadPointStatus
JAVA representation:
public final class CAENRFIDReadPointStatus
C representation:
typedef enum CAENRFIDReadPointStatus;
Remarks:
In order to align the three libraries, the members name in C language have changed, now reporting the STATUS_ suffix,
but the value of the members is the same of the previous library version.
In the following table, the CAENRFIDReadPointStatus Enumeration members are listed:
Member
Description
STATUS_BAD
Bad antenna connection.
STATUS_GOOD
Good antenna connection.
STATUS_POOR
Poor antenna connection.
CAENRFIDRFRegulations Enumeration
The CAENRFIDRFRegulations gives a list of country radiofrequency regulations.
Syntax:
C# representation:
public enum CAENRFIDRFRegulations
JAVA representation:
public final class CAENRFIDRFRegulations
C representation:
typedef enum CAENRFIDRFRegulations;
Remarks:
In order to align the three libraries, the regulations, previously declared as #define, are now members of an
enumeration, but the value of the members is the same of the previous library version.
In the following table, the CAENRFIDRFRegulations Enumeration members are listed:
Member
Description
ETSI_302208
ETSI_302208 radiofrequency regulation.
ETSI_300220
ETSI_300220 radiofrequency regulation.
FCC_US
FCC_US radiofrequency regulation.
MALAYSIA
MALAYSIA radiofrequency regulation.
JAPAN
JAPAN radiofrequency regulation.
KOREA
KOREA radiofrequency regulation.
AUSTRALIA
AUSTRALIA radiofrequency regulation.
CHINA
CHINA radiofrequency regulation.
TAIWAN
TAIWAN radiofrequency regulation.
SINGAPORE
SINGAPORE radiofrequency regulation.
BRAZIL
BRAZIL radiofrequency regulation.