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

This struct contains currently active region regulatory related information. More...

Data Fields

CHAR strRegionName [MAX_PATH]
 Region Name e.g. More...
 
CHAR strStandardName [MAX_PATH]
 Region Standard name e.g. More...
 
BOOLEAN bIsHoppingOn
 whether hopping is ON or OFF More...
 
UINT32 iNumChannels
 Number of frequency channels enabled in active region. More...
 
UINT32piChannelInfo
 List of channels that are currently enabled in active region. More...
 

Detailed Description

This struct contains currently active region regulatory related information.

Field Documentation

◆ strRegionName

CHAR ACTIVE_REGION_INFOA::strRegionName[MAX_PATH]

Region Name e.g.

European Union

◆ strStandardName

CHAR ACTIVE_REGION_INFOA::strStandardName[MAX_PATH]

Region Standard name e.g.

EU 302.208

◆ bIsHoppingOn

BOOLEAN ACTIVE_REGION_INFOA::bIsHoppingOn

whether hopping is ON or OFF

◆ iNumChannels

UINT32 ACTIVE_REGION_INFOA::iNumChannels

Number of frequency channels enabled in active region.

◆ piChannelInfo

UINT32* ACTIVE_REGION_INFOA::piChannelInfo

List of channels that are currently enabled in active region.