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

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

Data Fields

CHAR strRegionName [MAX_PATH]
 Region Name e.g. More...
 
CHAR 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

CHAR STANDARD_REGION_INFOA::strRegionName[MAX_PATH]

Region Name e.g.

European Union

◆ strStandardName

CHAR STANDARD_REGION_INFOA::strStandardName[MAX_PATH]

Region Standard name e.g.

EU 302.208

◆ bIsHoppingConfigurable

BOOLEAN STANDARD_REGION_INFOA::bIsHoppingConfigurable

whether hopping configuration is allowed

◆ iNumChannels

UINT32 STANDARD_REGION_INFOA::iNumChannels

Number of frequency channels supported by region.

◆ piChannelInfo

UINT32* STANDARD_REGION_INFOA::piChannelInfo

List of channels supported by region.

◆ piChannelValueInfo

UINT32* STANDARD_REGION_INFOA::piChannelValueInfo

Value list of channels supported by region.