|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmBasic.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nNumBands |
| struct SWI_STRUCT_RadioBandInfo | sList [MAX_BAND_LIST] |
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.
| 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.