Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.53 KB

ns-gnssdriver-gnss_geofences_trackingstatus_data.md

File metadata and controls

76 lines (59 loc) · 2.53 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:gnssdriver.GNSS_GEOFENCES_TRACKINGSTATUS_DATA
GNSS_GEOFENCES_TRACKINGSTATUS_DATA (gnssdriver.h)
The GNSS_GEOFENCES_TRACKINGSTATUS_DATA structure is used by the GNSS engine to notify of any changes in the tracking status while tracking a set of previously created geofences.
gnss
06/17/2022
GNSS_GEOFENCES_TRACKINGSTATUS_DATA structure
*PGNSS_GEOFENCES_TRACKINGSTATUS_DATA, GNSS_GEOFENCES_TRACKINGSTATUS_DATA, GNSS_GEOFENCES_TRACKINGSTATUS_DATA structure [Sensor Devices], PGNSS_GEOFENCES_TRACKINGSTATUS_DATA, PGNSS_GEOFENCES_TRACKINGSTATUS_DATA structure pointer [Sensor Devices], gnss.gnss_geofences_trackingstatus_data, gnssdriver/GNSS_GEOFENCES_TRACKINGSTATUS_DATA, gnssdriver/PGNSS_GEOFENCES_TRACKINGSTATUS_DATA
gnssdriver.h
Gnssdriver.h
Windows
Windows
GNSS_GEOFENCES_TRACKINGSTATUS_DATA, *PGNSS_GEOFENCES_TRACKINGSTATUS_DATA
PGNSS_GEOFENCES_TRACKINGSTATUS_DATA
gnssdriver/PGNSS_GEOFENCES_TRACKINGSTATUS_DATA
GNSS_GEOFENCES_TRACKINGSTATUS_DATA
gnssdriver/GNSS_GEOFENCES_TRACKINGSTATUS_DATA
APIRef
kbSyntax
HeaderDef
gnssdriver.h
PGNSS_GEOFENCES_TRACKINGSTATUS_DATA
GNSS_GEOFENCES_TRACKINGSTATUS_DATA

-description

The GNSS_GEOFENCES_TRACKINGSTATUS_DATA structure is used by the GNSS engine to notify of any changes in the tracking status while tracking a set of previously created geofences.

-struct-fields

-field Size

Structure size.

-field Version

Version number.

-field Status

A failure code indicates that the GNSS engine is unable to track the geofences (due to bad signal conditions or other transient errors).

A success code indicates that the GNSS engine was previously unable to track geofences, and is now able to track them.

-field StatusTimeStamp

The UTC time of this status.

-field Unused

Padding buffer reserved for future use.

-remarks

The GNSS engine must not raise events when it is not tracking any mobile-originated geofences (but tracking network-initiated Geofences), or when the geofence tracking has been reset by the GNSS_ResetGeofenceTracking command.