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