RILCBMSGCONFIG (Compact 2013)

3/26/2014

This structure defines the cell broadcast messaging configuration of the device.

Syntax

typedef struct rilcbmsgconfig_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwBroadcastMsgLangs;
  BOOL fAccept;
  RILRANGE rgrrBroadcastMsgIDs[];
} RILCBMSGCONFIG, *LPRILCBMSGCONFIG;

Members

  • cbSize
    Structure size, in bytes.
  • fAccept
    True specifies that broadcast messages are accepted. False specifies that broadcast messages are rejected.
  • rgrrBroadcastMsgIDs
    An array of RILRANGE identifiers to set. If the dwMinValue and dwMaxValue members of the RILRANGE structure are the same, the range is composed of a single identifier.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_GetCellBroadcastMsgConfig
RIL_SetCellBroadcastMsgConfig
RILCBMSGCONFIG Parameter Constants
Message DCS Broadcast Constants
RILRANGE