GNSS_NI_PLANE_TYPE enumeration (gnssdriver.h)

This enumeration indicates the plane type of a network initiated (NI) request represented by the GNSS_NI_REQUEST_PARAM structure.

Syntax

typedef enum {
  GNSS_NI_SUPL,
  GNSS_NI_CP,
  GNSS_NI_V2UPL
} GNSS_NI_PLANE_TYPE;

Constants

 
GNSS_NI_SUPL
Indicates the plane type of the request is SUPL.
GNSS_NI_CP
Indicates the plane type of the request is CP.
GNSS_NI_V2UPL
Indicates plane type of the request is V2UPL.

Requirements

Requirement Value
Header gnssdriver.h