User's Manual

CAENRFIDRFRegulations Enumeration
The CAENRFIDRFRegulations gives a list of country radiofrequency regulations.
Syntax:
C# representation:
public enum CAENRFIDRFRegulations
Java and Android 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.
JAPAN_STD_T106 11
JAPAN radiofrequency regulation (ARIB STD-T106 Premises radio station (1W) - LBT
free)
JAPAN_STD_T107 12
JAPAN radiofrequency regulation (ARIB STD-T107 Specified low power radio station
(250mW) - with LBT)
CAEN RFID API – Reference Manual 109