RILSENDMSGRESPONSEPARAMMASK enumeration (rilapitypes.h)

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

Syntax

typedef enum RILSENDMSGRESPONSEPARAMMASK {
  RIL_PARAM_MSGRES_RETURN,
  RIL_PARAM_MSGRES_CDMACAUSECODE,
  RIL_PARAM_MSGRES_CDMAERRORCLASS,
  RIL_PARAM_MSGRES_GWLTRANSPORTCODE,
  RIL_PARAM_MSGRES_GWLRELAYCODE,
  RIL_PARAM_MSGRES_MSGID,
  RIL_PARAM_MSGRES_ALL
} ;

Constants

 
RIL_PARAM_MSGRES_RETURN
RIL_PARAM_MSGRES_CDMACAUSECODE
RIL_PARAM_MSGRES_CDMAERRORCLASS
RIL_PARAM_MSGRES_GWLTRANSPORTCODE
RIL_PARAM_MSGRES_GWLRELAYCODE
RIL_PARAM_MSGRES_MSGID
RIL_PARAM_MSGRES_ALL

Requirements

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