RILOPERATORNAMES Parameter Constants (Compact 2013)
3/26/2014
The following table shows the valid values for the dwParams member of the RILOPERATORNAMES structure.
Value |
Description |
---|---|
RIL_PARAM_ON_LONGNAME |
The szLongName[MAXLENGTH_OPERATOR_LONG] member of the structure is valid. |
RIL_PARAM_ON_SHORTNAME |
The szShortName[MAXLENGTH_OPERATOR_SHORT] member of the structure is valid. |
RIL_PARAM_ON_NUMNAME |
The szNumName[MAXLENGTH_OPERATOR_NUMERIC] member of the structure is valid. |
RIL_PARAM_ON_COUNTRY_CODE |
The szCountryCode[MAXLENGTH_OPERATOR_COUNTRY_CODE] member of the structure is valid. |
RIL_PARAM_ON_GSM_ACT |
Global System for Mobile Communications (GSM) access technology is used. |
RIL_PARAM_ON_GSMCOMPACT_ACT |
GSM Compact access technology is used. |
RIL_PARAM_ON_UMTS_ACT |
Universal Mobile Telecommunications System (UMTS) access technology is used. |
RIL_PARAM_ON_ALL |
All members of the structure are valid. |
Requirements
Header |
ril.h |