Share via


RILSIMTOOLKITEVENTCAPS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is used by RIL to indicate the SIM toolkit event capabilities.

Syntax

typedef struct rilsimtoolkiteventcaps_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwMTCall;
  DWORD dwCallConnected;
  DWORD dwCallDisconnected;
  DWORD dwLocationStatus;
  DWORD dwUserActivity;
  DWORD dwIdleScreen;
  DWORD dwLanguageSelection;
  DWORD dwBrowserTermination;
  DWORD dwDataAvailable;
  DWORD dwChannelStatus;
  DWORD dwDisplayChange;
} RILSIMTOOLKITEVENTCAPS, *LPRILSIMTOOLKITEVENTCAPS;

Members

  • cbSize
    Indicates the structure size, in bytes.
  • dwParams
    Specifies a bitfield that indicates what structure fields are valid for a given message.
  • dwMTCall
    Specifies the MT CALL event implementation.
  • dwCallConnected
    Specifies the CALL CONNECTED event implementation.
  • dwCallDisconnected
    Specifies the CALL DISCONNECTED event implementation.
  • dwLocationStatus
    Specifies the LOCATION STATUS event implementation.
  • dwUserActivity
    Specifies the USER ACTIVITY event implementation.
  • dwIdleScreen
    Specifies the IDLE SCREEN event implementation.
  • dwLanguageSelection
    Specifies the LANGUAGE SELECTION event implementation.
  • dwBrowserTermination
    Specifies the BROWSER TERMINATION event implementation.
  • dwDataAvailable
    Specifies the DATA AVAILABLE event implementation.
  • dwChannelStatus
    Specifies the CHANNEL STATUS event implementation.
  • dwDisplayChange
    Specifies the DISPLAY CHANGE event implementation.

Remarks

All the members of this structure except cbSize and dwParams use the following constant values.

Value Description

RIL_SIMTKN_MEIMPLEMENTS

Support for the features functionality is implemented by the device.

RIL_SIMTKN_RADIOIMPLEMENTS_NONOTIFICATION

Support for the features functionality is implemented by the radio without any notification sent to the device.

RIL_SIMTKN_RADIOIMPLEMENTS_NOTIFICATION

Support for the features functionality is implemented by the radio and a notification is sent to the device.

RIL_SIMTKN_RADIOIMPLEMENTS_REQUESTMEINPUT

Support for the features functionality is implemented by the radio, but the device needs to ask for user approval.

Requirements

Header ril.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RIL_SendSimToolkitCmdResponse

Other Resources