|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmBasic.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint64 | nLastSelected |
| swi_uint32 | nNumInGroup |
| swi_uint64 | arBandSetting [MAX_BAND_GROUPS] |
This structure contains radio band configurations.
Only supported on 3G devices and newer.
| swi_uint64 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 is populated beginning with index 0 up to index nNumInGroup-1 sequentially.
| swi_uint64 SWI_STRUCT_RadioBandConfig::nLastSelected |
A bit mask indicating the last selected band grouping setting. See Radio Band Group Definitions for more details.
| swi_uint32 SWI_STRUCT_RadioBandConfig::nNumInGroup |
Number of band settings in list. Ranges from 0 to MAX_BAND_GROUPS.
| swi_uint32 SWI_STRUCT_RadioBandConfig::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.