RILMESSAGE CDMA Parameter Constants
A version of this page is also available for
4/8/2010
The following table shows the valid values for the dwParams member of the RILMESSAGE structure for CDMA.
Value | Description |
---|---|
RIL_PARAM_M_MSGID |
The dwMsgID member of the structure is valid. |
RIL_PARAM_M_ORIGSUBADDRESS |
The rsaOrigSubaddr member of the structure is valid. |
RIL_PARAM_M_DESTSUBADDRESS |
The rsaDestSubaddr member of the structure is valid. |
RIL_PARAM_M_DIGIT |
The bDigit member of the structure is valid. |
RIL_PARAM_M_PRIVACY |
The dwMsgPrivacy member of the structure is valid. |
RIL_PARAM_M_PRIORITY |
The dwMsgPriority member of the structure is valid. |
RIL_PARAM_M_TELESERVICE |
The dwTeleservice member of the structure is valid. |
RIL_PARAM_M_LANG |
The dwMsgLang member of the structure is valid. |
RIL_PARAM_M_VALIDITYPERIODABS |
The stValidityPeriodAbs member of the structure is valid. |
RIL_PARAM_M_VALIDITYPERIODREL |
The stValidityPeriodRel member of the structure is valid. |
RIL_PARAM_M_DEFERREDDELTIMEABS |
The stDeferredDelTimeAbs member of the structure is valid. |
RIL_PARAM_M_DEFERREDDELTIMEREL |
The stDeferredDelTimeRel member of the structure is valid. |
RIL_PARAM_M_ENCODING |
The dwMsgEncoding member of the structure is valid. |
RIL_PARAM_M_USERRESPONSECODE |
The dwUserResponseCode member of the structure is valid. |
RIL_PARAM_M_DISPLAYMODE |
The dwMsgDisplayMode member of the structure is valid. |
RIL_PARAM_M_CALLBACKNUM |
The raCallBackNumber member of the structure is valid. |
RIL_PARAM_M_NUMMSGS |
The dwNumMsgs member of the structure is valid. |
RIL_PARAM_M_CAUSECODE |
The dwCauseCode member of the structure is valid. |
RIL_PARAM_M_REPLYSEQNUMBER |
The dwReplySeqNumber member of the structure is valid. This constant is used for RILMESSAGE structures with the dwType set to RIL_MSGTYPE_IN_STATUS or RIL_MSGTYPE_OUT_STATUS. |
RIL_PARAM_M_BEARERREPLYACK |
The bBearerReplyRequest member of the structure is valid. This constant is used for RILMESSAGE structures with the dwType set to RIL_MSGTYPE_OUT_SUBMIT. |
RIL_PARAM_M_USERACK |
The bUserAckRequest member of the structure is valid. |
RIL_PARAM_M_DELIVERYACK |
The bDeliveryAckRequest member of the structure is valid. |
RIL_PARAM_M_MSGSTATUSTYPE |
The dwMsgStatusType member of the structure is valid. |
Note
The RIL_PARAM_M_REPLYSEQNUMBER and RIL_PARAM_M_BEARERREPLYACK constants have the same numeric value. When using the dwParams value of the RILMESSAGE, you must check the dwType member of the RILMESSAGE structure to uniquely determine the constant used. The RIL_PARAM_M_REPLYSEQNUMBER constant is only used for status messages, and the RIL_PARAM_M_BEARERREPLYACK constant is only used for submit messages.
Requirements
Header | ril.h |
Windows Embedded CE | Windows Embedded CE 6.0 |