GNSS_AGNSS_REQUEST_PARAM structure (gnssdriver.h)

This structure defines AGNSS request parameters.

Syntax

typedef struct {
  ULONG                   Size;
  ULONG                   Version;
  GNSS_AGNSS_REQUEST_TYPE RequestType;
  ULONG                   BlobFormat;
} GNSS_AGNSS_REQUEST_PARAM, *PGNSS_AGNSS_REQUEST_PARAM;

Members

Size

Structure size.

Version

Version number.

RequestType

Specifies the type of the request (for example, time injection, blob injection).

BlobFormat

If the RequestType is GNSS_AGNSS_BlobInjection, this contains the required blob format.

Requirements

Requirement Value
Header gnssdriver.h