#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
U32 | nNumBands |
SWI_STRUCT_RadioBandInfo | sList [MAX_BAND_LIST] |
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.
Number of radio bands in list. Ranging from 0 to MAX_BAND_LIST.
The size, in bytes, of this structure. This value must always be populated by the calling application.
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.