RILOSGEOLOCATIONINFOPARAMMASK 열거형(rilapitypes.h)

이 항목에서는 Windows 드라이버 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

Syntax

typedef enum RILOSGEOLOCATIONINFOPARAMMASK {
  RIL_PARAM_OSGEOLOCATIONINFO_NONE,
  RIL_PARAM_OSGEOLOCATIONINFO_SIZE,
  RIL_PARAM_OSGEOLOCATIONINFO_LATLONG,
  RIL_PARAM_OSGEOLOCATIONINFO_ALTITUDE,
  RIL_PARAM_OSGEOLOCATIONINFO_ACCURACY,
  RIL_PARAM_OSGEOLOCATIONINFO_MASK,
  RIL_PARAM_OSGEOLOCATIONINFO_ADDRESS1,
  RIL_PARAM_OSGEOLOCATIONINFO_ADDRESS2,
  RIL_PARAM_OSGEOLOCATIONINFO_CITY,
  RIL_PARAM_OSGEOLOCATIONINFO_STATE,
  RIL_PARAM_OSGEOLOCATIONINFO_COUNTRY,
  RIL_PARAM_OSGEOLOCATIONINFO_POSTALCODE,
  RIL_PARAM_OSGEOLOCATIONINFO_COUNTRYCODE,
  RIL_PARAM_OSGEOLOCATIONINFO_REGIONCODE,
  RIL_PARAM_OSGEOLOCATIONINFO_FORMATTEDADDRESS,
  RIL_PARAM_OSGEOLOCATIONINFO_TIMESTAMP,
  RIL_PARAM_OSGEOLOCATIONINFO_ALL
} ;

상수

 
RIL_PARAM_OSGEOLOCATIONINFO_NONE
RIL_PARAM_OSGEOLOCATIONINFO_SIZE
RIL_PARAM_OSGEOLOCATIONINFO_LATLONG
RIL_PARAM_OSGEOLOCATIONINFO_ALTITUDE
RIL_PARAM_OSGEOLOCATIONINFO_ACCURACY
RIL_PARAM_OSGEOLOCATIONINFO_MASK
RIL_PARAM_OSGEOLOCATIONINFO_ADDRESS1
RIL_PARAM_OSGEOLOCATIONINFO_ADDRESS2
RIL_PARAM_OSGEOLOCATIONINFO_CITY
RIL_PARAM_OSGEOLOCATIONINFO_STATE
RIL_PARAM_OSGEOLOCATIONINFO_COUNTRY
RIL_PARAM_OSGEOLOCATIONINFO_POSTALCODE
RIL_PARAM_OSGEOLOCATIONINFO_COUNTRYCODE
RIL_PARAM_OSGEOLOCATIONINFO_REGIONCODE
RIL_PARAM_OSGEOLOCATIONINFO_FORMATTEDADDRESS
RIL_PARAM_OSGEOLOCATIONINFO_TIMESTAMP
RIL_PARAM_OSGEOLOCATIONINFO_ALL

요구 사항

요구 사항
헤더 rilapitypes.h(Rilapitypes.h 포함)