This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
enum RILIMSIPARAMMASK { RIL_PARAM_IMSI_IMSI = 0x00000001, RIL_PARAM_IMSI_MCC = 0x00000002, RIL_PARAM_IMSI_MNC = 0x00000004, RIL_PARAM_IMSI_ALL = 0x00000007 };
RIL_PARAM_IMSI_IMSI
RIL_PARAM_IMSI_MCC
RIL_PARAM_IMSI_MNC
RIL_PARAM_IMSI_ALL
Cellular COM enumerations
Was this page helpful?