RILPSMEDIAPREFERENCE enumeration (rilapitypes.h)

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

Syntax

typedef enum RILPSMEDIAPREFERENCE {
  RIL_PSMPREF_UNKNOWN,
  RIL_PSMPREF_WIFIONLY,
  RIL_PSMPREF_WIFIPREFERRED,
  RIL_PSMPREF_CELLONLY,
  RIL_PSMPREF_CELLPREFERRED,
  RIL_PSMPREF_NUMBER_OF_VALUES
} ;

Constants

 
RIL_PSMPREF_UNKNOWN
RIL_PSMPREF_WIFIONLY
RIL_PSMPREF_WIFIPREFERRED
RIL_PSMPREF_CELLONLY
RIL_PSMPREF_CELLPREFERRED
RIL_PSMPREF_NUMBER_OF_VALUES

Requirements

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