This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
enum RILADDRESSPARAMMASK { RIL_PARAM_A_NONE = 0x00000000, RIL_PARAM_A_TYPE = 0x00000001, RIL_PARAM_A_NUMPLAN = 0x00000002, RIL_PARAM_A_ADDRESS = 0x00000004, RIL_PARAM_A_ALL = 0x00000007 };
RIL_PARAM_A_NONE
RIL_PARAM_A_TYPE
RIL_PARAM_A_NUMPLAN
RIL_PARAM_A_ADDRESS
RIL_PARAM_A_ALL
Cellular COM enumerations
Was this page helpful?