RFID API Documentation  1.0
Reference guide for RFID API
STANDARD_REGION_INFOW Struct Reference

This struct contains given region regulatory related standard information. More...

Data Fields

WCHAR strRegionName [MAX_PATH]
 Region Name e.g. More...
 
WCHAR strStandardName [MAX_PATH]
 Region Standard name e.g. More...
 
BOOLEAN bIsHoppingConfigurable
 whether hopping configuration is allowed More...
 
UINT32 iNumChannels
 Number of frequency channels supported by region. More...
 
UINT32piChannelInfo
 List of channels supported by region. More...
 
UINT32piChannelValueInfo
 Value list of channels supported by region. More...
 

Detailed Description

This struct contains given region regulatory related standard information.

Field Documentation

◆ strRegionName

WCHAR STANDARD_REGION_INFOW::strRegionName[MAX_PATH]

Region Name e.g.

European Union

◆ strStandardName

WCHAR STANDARD_REGION_INFOW::strStandardName[MAX_PATH]

Region Standard name e.g.

EU 302.208

◆ bIsHoppingConfigurable

BOOLEAN STANDARD_REGION_INFOW::bIsHoppingConfigurable

whether hopping configuration is allowed

◆ iNumChannels

UINT32 STANDARD_REGION_INFOW::iNumChannels

Number of frequency channels supported by region.

◆ piChannelInfo

UINT32* STANDARD_REGION_INFOW::piChannelInfo

List of channels supported by region.

◆ piChannelValueInfo

UINT32* STANDARD_REGION_INFOW::piChannelValueInfo

Value list of channels supported by region.