This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
enum RILSUBSCRIBERINFOSERVICE { RIL_SERVICE_UNKNOWN = 0x01, RIL_SERVICE_VOICE = 0x02, RIL_SERVICE_FAX = 0x03, RIL_SERVICE_OTHER = 0x04 };
RIL_SERVICE_UNKNOWN
RIL_SERVICE_VOICE
RIL_SERVICE_FAX
RIL_SERVICE_OTHER
RIL_SERVICE_MAX
Cellular COM structures
Was this page helpful?