LinuxSDK  V1.4.0.5
Data Fields
SWI_STRUCT_RadioBandList Struct Reference

#include <SwiApiCmBasic.h>

Data Fields

swi_uint32 sizeStruct
 
swi_uint32 nNumBands
 
struct SWI_STRUCT_RadioBandInfo sList [MAX_BAND_LIST]
 

Detailed Description

This structure contains list of radio bands.

This structure replaces SWI_STRUCT_Band and should be used with SwiGetCurrentRadioBand. Both SwiGetBandInfo and SWI_STRUCT_Band is obsolete and should no longer be used with devices that support 3G networks.

Supports PC cards, embedded devices, and MP line of products.

See Also
SWI_TYPE_RadioType
SWI_TYPE_RadioBand
SWI_STRUCT_RadioBandInfo
SwiGetCurrentRadioBand

Field Documentation

swi_uint32 SWI_STRUCT_RadioBandList::nNumBands

Number of radio bands in list. Ranging from 0 to MAX_BAND_LIST.

swi_uint32 SWI_STRUCT_RadioBandList::sizeStruct

The size, in bytes, of this structure. This value must always be populated by the calling application.

struct SWI_STRUCT_RadioBandInfo SWI_STRUCT_RadioBandList::sList[MAX_BAND_LIST]

List of radio bands. Only valid if nNumBands is greater than 0. The array of SWI_STRUCT_RadioBandList structures is populated beginning with index 0 up to index nNumBands-1 sequentially.


The documentation for this struct was generated from the following file:

Linux SDK V1.4.0.5
Copyright (c) 2011 Sierra Wireless, Inc. All rights reserved