User's Manual

CAENRFIDReadPointStatus Enumeration
The CAENRFIDReadPointStatus gives a list of the possible ReadPoint status values.
Syntax:
C# representation:
public enum CAENRFIDReadPointStatus
Java and Android 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.
CAEN RFID API – Reference Manual108