RILMSGCDMAMSGPRIORITY enumeration (rilapitypes.h)

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

Syntax

typedef enum RILMSGCDMAMSGPRIORITY {
  RIL_MSGPRIORITY_NORMAL,
  RIL_MSGPRIORITY_HIGH,
  RIL_MSGPRIORITY_URGENT,
  RIL_MSGPRIORITY_EMERGENCY,
  RIL_MSGPRIORITY_MAX
} ;

Constants

 
RIL_MSGPRIORITY_NORMAL
RIL_MSGPRIORITY_HIGH
RIL_MSGPRIORITY_URGENT
RIL_MSGPRIORITY_EMERGENCY
RIL_MSGPRIORITY_MAX

Requirements

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