// gnssdriver.h
typedef enum {
GNSS_NI_SUPL,
GNSS_NI_CP,
GNSS_NI_V2UPL
} GNSS_NI_PLANE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration indicates the plane type of a network initiated (NI) request represented by the GNSS_NI_REQUEST_PARAM structure.
GNSS_NI_SUPLIndicates the plane type of the request is SUPL.
GNSS_NI_CPIndicates the plane type of the request is CP.
GNSS_NI_V2UPLIndicates plane type of the request is V2UPL.