NurApiRegion Property

Operating region.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int Region { get; set; }

Property Value

Int32
NumberCountry / region
REGIONID_EUETSI / Europe
REGIONID_FCCNorth-America
REGIONID_PRCPeople's Republic of China (upper band)
REGIONID_MALAYSIAMalaysia
REGIONID_BRAZILBrazil
REGIONID_AUSTRALIAAustralia
REGIONID_NEWZEALANDNew Zealand
REGIONID_JA250MWJapan (maximum level = 250mW, mode = LBT, TxLevel = 3 with 500mW device.)
REGIONID_JA500MWJapan (maximum level = 500mW, mode = DRM)
REGIONID_KOREA, REGIONID_KOREA_LBTKorea (LBT).
REGIONID_INDIAIndia
REGIONID_RUSSIARussia
REGIONID_VIETNAMVietnam
REGIONID_SINGAPORESingapore
REGIONID_THAILANDThailand
REGIONID_PHILIPPINESPhilippines
REGIONID_MOROCCOMorocco
REGIONID_PERUPeru
0xFE (254), REGIONID_CUSTOM

Custom hoptable: REGIONID_CUSTOM.

See about custom hoptable:

BuildCustomHoptable(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, Boolean)

SetCustomHoptable(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32).

Remarks

NOTE: Devices are usually region locked, thus this cannot be changed.

Region setting changes reader to operate correctly for specified country of region.

It is very important that this setting is correct to meet local radio regulations.

The used antenna needs to be suitable for the selected operating region.

See Also