GNSS_DRIVER_REQUEST_DATA structure (gnssdriver.h)
This structure contains driver data request information.
Syntax
typedef struct {
ULONG Size;
ULONG Version;
GNSS_DRIVER_REQUEST Request;
ULONG RequestFlag;
} GNSS_DRIVER_REQUEST_DATA;
Members
Size
Structure size.
Version
Version number.
Request
The type of request made by the driver.
Represented by the GNSS_DRIVER_REQUEST enumeration.
RequestFlag
Additional flags along with this information.
Remarks
Based on certain rules, the HLOS will provide data to the GNSS driver. However, during specific times, if the GNSS driver determines that it needs data it can request it without waiting for the HLOS to send it in its normal operation.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h |