#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
U64 | nLastSelected |
U32 | nNumInGroup |
U64 | arBandSetting [MAX_BAND_GROUPS] |
Only supported on 3G devices and newer.
U64 SWI_STRUCT_RadioBandConfig::arBandSetting[MAX_BAND_GROUPS] |
An array of band settings. Only valid if nNumInGroup is greater than 0. The array of Radio Band Group Definitions (SWI_RADIOBANDGROUP_XXX) is populated beginning with index 0 up to index nNumInGroup-1 sequentially.
A bit mask indicating the last selected band grouping setting. See Radio Band Group Definitions (SWI_RADIOBANDGROUP_XXX) for more details.
Number of band settings in list. Ranges from 0 to MAX_BAND_GROUPS.
The size, in bytes, of this structure. This value must always be populated by the calling application.