|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nVersion |
| swi_bool | bDisplayIcon |
| enum SWI_TYPE_Service | eService |
| swi_bool | bAttached |
| swi_bool | bPktSessionActive |
This structure contains service state information.
| swi_bool SWI_STRUCT_ServiceIcon::bAttached |
True if the device is attached to the network, false otherwise.
| swi_bool SWI_STRUCT_ServiceIcon::bDisplayIcon |
True is returned if the service icon should be displayed, false otherwise. This was created because some carriers prefers not to display the service icon even if there is service in the area.
| swi_bool SWI_STRUCT_ServiceIcon::bPktSessionActive |
True if there is an active packet session, false otherwise.
| enum SWI_TYPE_Service SWI_STRUCT_ServiceIcon::eService |
Type of service that is available.
| swi_uint32 SWI_STRUCT_ServiceIcon::nVersion |
Version of this structure. This field is obsolete and should be ignored.
| swi_uint32 SWI_STRUCT_ServiceIcon::sizeStruct |
The size, in bytes, of this structure.