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

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

Data Fields

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

WCHAR ACTIVE_REGION_INFOW::strRegionName[MAX_PATH]

Region Name e.g.

European Union

◆ strStandardName

WCHAR ACTIVE_REGION_INFOW::strStandardName[MAX_PATH]

Region Standard name e.g.

EU 302.208

◆ bIsHoppingOn

BOOLEAN ACTIVE_REGION_INFOW::bIsHoppingOn

whether hopping is ON or OFF

◆ iNumChannels

UINT32 ACTIVE_REGION_INFOW::iNumChannels

Number of frequency channels enabled in active region.

◆ piChannelInfo

UINT32* ACTIVE_REGION_INFOW::piChannelInfo

List of channels that are currently enabled in active region.