|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nMaxProfiles |
| swi_uint32 | nMaxTft |
| swi_uint32 | nDefaultProfileId |
| enum SWI_TYPE_ProfileState | arrState [MAX_3G_GSM_PROFILES] |
3G GSM Profiles
This structure contains a summary of all the profiles on the modem.
This structure is used with 3G and newer devices.
| enum SWI_TYPE_ProfileState SWI_STRUCT_GsmProfileSummary::arrState[MAX_3G_GSM_PROFILES] |
State of each profile. Index 0 is associated with profile 1.
| swi_uint32 SWI_STRUCT_GsmProfileSummary::nDefaultProfileId |
Default profile ID used by the modem for automatic connection to the GPRS network. Note that the automatic flag must be enabled on the profile before an automatic connection is attempted by the modem.
| swi_uint32 SWI_STRUCT_GsmProfileSummary::nMaxProfiles |
Maximum number of profiles supported by the modem.
| swi_uint32 SWI_STRUCT_GsmProfileSummary::nMaxTft |
Maximum number of TFTs per profile.
| swi_uint32 SWI_STRUCT_GsmProfileSummary::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.