GNSS_SUPL_NI_INFO structure (gnssdriver.h)
The GNSS_SUPL_NI_INFO structure contains the requested SUPL NI information.
Syntax
typedef struct {
ULONG Size;
ULONG Version;
WCHAR RequestorId[MAX_PATH];
WCHAR ClientName[MAX_PATH];
CHAR SuplNiUrl[MAX_SERVER_URL_NAME];
} GNSS_SUPL_NI_INFO, *PGNSS_SUPL_NI_INFO;
Members
Size
Structure size.
Version
Version number.
RequestorId[MAX_PATH]
Requestor ID.
This will be displayed on the notification dialog to the user. The GNSS driver must provide a UNICODE string that is decoded per the encoding scheme required by the mobile operator.
ClientName[MAX_PATH]
Name of the client that requests the location of the device.
This will be displayed on the notification dialog to the user. The GNSS driver must provide a UNICODE string that is decoded per the encoding scheme required by the mobile operator.
SuplNiUrl[MAX_SERVER_URL_NAME]
NI URL information.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h (include Gnssdriver.h) |