#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
bool | bDisplayHomeString |
bool | bDisplayHCR |
WCHAR | szSPN [LENGTH_SPN] |
WCHAR | szPLMN [LENGTH_PLMN] |
WCHAR | szAbvPLMN [LENGTH_AbvPLMN] |
True indicates the home country roaming should be displayed. Otherwise, false is returned. This flag is present for historical reasons and can be ignored.
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.
The size, in bytes, of this structure. This value must always be populated by the calling application.
WCHAR SWI_STRUCT_Registration::szAbvPLMN[LENGTH_AbvPLMN] |
A NULL terminated string representing the abbreviated PLMN name.
WCHAR SWI_STRUCT_Registration::szPLMN[LENGTH_PLMN] |
A NULL terminated string representing the PLMN.
WCHAR SWI_STRUCT_Registration::szSPN[LENGTH_SPN] |
A NULL terminated string representing the service provider name.