RILMSGACKSTATUS enumeration (rilapitypes.h)

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

Syntax

typedef enum RILMSGACKSTATUS {
  RIL_MSGACKSTATUS_STORED,
  RIL_MSGACKSTATUS_FAIL_MEM_FULL,
  RIL_MSGACKSTATUS_ERROR,
  RIL_MSGACKSTATUS_MAX
} ;

Constants

 
RIL_MSGACKSTATUS_STORED
RIL_MSGACKSTATUS_FAIL_MEM_FULL
RIL_MSGACKSTATUS_ERROR
RIL_MSGACKSTATUS_MAX

Requirements

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