|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nDefaultProfileID |
| swi_uint32 | nCurrentProfileID |
| struct SWI_STRUCT_ProfileStatus | arrProfileList [MAX_NO_CONTEXT] |
This structure contains a summary of all the profiles on the modem.
This structure should only be used with 2G devices.
| struct SWI_STRUCT_ProfileStatus SWI_STRUCT_ProfileSummary::arrProfileList[MAX_NO_CONTEXT] |
State of each profile. Index 0 is associated with profile 1.
| swi_uint32 SWI_STRUCT_ProfileSummary::nCurrentProfileID |
The profile ID currently in use and connected.
| swi_uint32 SWI_STRUCT_ProfileSummary::nDefaultProfileID |
Default profile ID used by the modem for automatic connection to the GPRS network.
| swi_uint32 SWI_STRUCT_ProfileSummary::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.