|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_bool | bDisplayHomeString |
| swi_bool | bDisplayHCR |
| swi_char | szSPN [LENGTH_SPN] |
| swi_char | szPLMN [LENGTH_PLMN] |
| swi_char | szAbvPLMN [LENGTH_AbvPLMN] |
This structure contains name strings to be displayed to the user to indicate what network the modem is registered on. The service provider name and network name (PLMN) are given.
| swi_bool SWI_STRUCT_Registration::bDisplayHCR |
True indicates the home country roaming should be displayed. Otherwise, false is returned. This flag is present for historical reasons and can be ignored.
| swi_bool SWI_STRUCT_Registration::bDisplayHomeString |
True indicates the home string should be displayed in place of the service provider name. Otherwise, false is returned. This flag is present for historical reasons and can be ignored.
| swi_uint32 SWI_STRUCT_Registration::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.
| swi_char SWI_STRUCT_Registration::szAbvPLMN[LENGTH_AbvPLMN] |
A NULL terminated string representing the abbreviated PLMN name.
| swi_char SWI_STRUCT_Registration::szPLMN[LENGTH_PLMN] |
A NULL terminated string representing the PLMN.
| swi_char SWI_STRUCT_Registration::szSPN[LENGTH_SPN] |
A NULL terminated string representing the service provider name.