RILCALLSUPPORTCAPS enumeration (rilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef enum RILCALLSUPPORTCAPS {
  RIL_CAPS_CALLSUPPORT_CCBS,
  RIL_CAPS_CALLSUPPORT_CD,
  RIL_CAPS_CALLSUPPORT_CNAP,
  RIL_CAPS_CALLSUPPORT_CUG,
  RIL_CAPS_CALLSUPPORT_EMLPP,
  RIL_CAPS_CALLSUPPORT_FM,
  RIL_CAPS_CALLSUPPORT_MSP,
  RIL_CAPS_CALLSUPPORT_USSD_PHASE2,
  RIL_CAPS_CALLSUPPORT_USS,
  RIL_CAPS_CALLSUPPORT_ALL
} ;

Constants

 
RIL_CAPS_CALLSUPPORT_CCBS
RIL_CAPS_CALLSUPPORT_CD
RIL_CAPS_CALLSUPPORT_CNAP
RIL_CAPS_CALLSUPPORT_CUG
RIL_CAPS_CALLSUPPORT_EMLPP
RIL_CAPS_CALLSUPPORT_FM
RIL_CAPS_CALLSUPPORT_MSP
RIL_CAPS_CALLSUPPORT_USSD_PHASE2
RIL_CAPS_CALLSUPPORT_USS
RIL_CAPS_CALLSUPPORT_ALL

Requirements

Requirement Value
Header rilapitypes.h (include Rilapitypes.h)