This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
enum RILSMSFORMAT { RIL_SMSFORMAT_NONE = 0, RIL_SMSFORMAT_3GPP = 0x1, RIL_SMSFORMAT_3GPP2 = 0x2, RIL_SMSFORMAT_MAX = RIL_SMSFORMAT_3GPP2 };
RIL_SMSFORMAT_NONE
RIL_SMSFORMAT_3GPP
RIL_SMSFORMAT_3GPP2
RIL_SMSFORMAT_MAX
Cellular COM structures
Was this page helpful?