GNSS_V2UPL_CONFIG structure (gnssdriver.h)

This structure contains V2UPL configuration information.

Syntax

typedef struct {
  ULONG Size;
  ULONG Version;
  CHAR  MPC[MAX_SERVER_URL_NAME];
  CHAR  PDE[MAX_SERVER_URL_NAME];
  BYTE  ApplicationTypeIndicator_MR;
  BYTE  Unused[512];
} GNSS_V2UPL_CONFIG, *PGNSS_V2UPL_CONFIG;

Members

Size

Structure size.

Version

Version number.

MPC[MAX_SERVER_URL_NAME]

MPC address and port number.

PDE[MAX_SERVER_URL_NAME]

PDE address and port number.

ApplicationTypeIndicator_MR

Application type indicator for any mobile originated location request to the MPC. It shall be set to the value for Microsoft resident applications based on intelligent platform.

Unused[512]

Padding buffer reserved for future use.

Requirements

Requirement Value
Header gnssdriver.h (include Gnssdriver.h)