GNSS_CHIPSETINFO structure (gnssdriver.h)
This structure defines the specific data elements associated with the GNSS hardware.
Syntax
typedef struct {
ULONG Size;
ULONG Version;
WCHAR ManufacturerID[25];
WCHAR HardwareID[25];
WCHAR FirmwareVersion[20];
BYTE Unused[512];
} GNSS_CHIPSETINFO, *PGNSS_CHIPSETINFO;
Members
Size
The structure size.
Version
The version number.
ManufacturerID[25]
String containing an identifier for the manufacturer.
HardwareID[25]
String containing an identifier for the specific GNSS chipset or combo chipset.
FirmwareVersion[20]
Version of the firmware for the GNSS chipset. This would be a string, typically of the format NNNN.NNNN.NNNN.NNNN.
Unused[512]
Padding buffer reserved for future use.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h (include Gnssdriver.h) |