This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
enum RILOPERATORNAMESPARAMMASK { RIL_PARAM_ON_LONGNAME = 0x00000001, RIL_PARAM_ON_SHORTNAME = 0x00000002, RIL_PARAM_ON_NUMNAME = 0x00000004, RIL_PARAM_ON_COUNTRY_CODE = 0x00000008, RIL_PARAM_ON_SYSTEMTYPE = 0x00000010, RIL_PARAM_ON_ALL = 0x0000001F };
RIL_PARAM_ON_LONGNAME
RIL_PARAM_ON_SHORTNAME
RIL_PARAM_ON_NUMNAME
RIL_PARAM_ON_COUNTRY_CODE
RIL_PARAM_ON_SYSTEMTYPE
RIL_PARAM_ON_ALL
Cellular COM enumerations
Was this page helpful?