RILMSGDCS (Compact 2013)
3/26/2014
This structure stores the message data coding scheme (DCS).
Syntax
typedef struct rilmsgdcs_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwType;
DWORD dwFlags;
DWORD dwMsgClass;
DWORD dwAlphabet;
DWORD dwIndication;
DWORD dwLanguage;
} RILMSGDCS, *LPRILMSGDCS;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILMSGDCS Parameter Constants.
- dwType
DCS type. Must be one of the Message DCS Constants.
- dwFlags
DCS flag. Must be one of the Message DCS Flags Constants.
- dwMsgClass
Message class. This member is only valid if RIL_DCSTYPE_GENERAL or RIL_DCSTYPE_MSGCLASS is specified for the dwType member. Must be one of the Message DCS Classes Constants.
- dwAlphabet
DCS alphabet. Must be one of the Message DCS Alphabets Constants.
- dwIndication
Indication type. This member is only valid if RIL_DCSTYPE_MSGWAIT is specified for the dwType member. Must be one of the Message DCS Indication Constants.
- dwLanguage
DCS language. This member is only valid if RIL_DCSTYPE_LANGUAGE is specified for the dwType member. Must be one of the Message DCS Broadcast Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RILMESSAGE
RILMSGDCS Parameter Constants
Message DCS Constants
Message DCS Classes Constants
Message DCS Flags Constants
Message DCS Indication Constants
Message DCS Alphabets Constants
Message DCS Broadcast Constants