RILADDRESSNUMPLAN enumeration (ntddrilapitypes.h)

Warning  The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
 
This enumeration describes the RILADDRESSNUMPLAN.

Syntax

enum RILADDRESSNUMPLAN {
  RIL_NUMPLAN_UNKNOWN    = 0x00000000,
  RIL_NUMPLAN_TELEPHONE  = 0x00000001,
  RIL_NUMPLAN_DATA       = 0x00000002,
  RIL_NUMPLAN_TELEX      = 0x00000003,
  RIL_NUMPLAN_NATIONAL   = 0x00000004,
  RIL_NUMPLAN_PRIVATE    = 0x00000005,
  RIL_NUMPLAN_ERMES      = 0x00000006

};

Constants

 
RIL_NUMPLAN_UNKNOWN
RIL_NUMPLAN_TELEPHONE
RIL_NUMPLAN_DATA
RIL_NUMPLAN_TELEX
RIL_NUMPLAN_NATIONAL
RIL_NUMPLAN_PRIVATE
RIL_NUMPLAN_ERMES
RIL_NUMPLAN_MAX

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h)

See also

Cellular COM enumerations