Share via


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.
  • 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.
  • 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