This topic has not yet been rated - Rate this topic

GPS_FIX_SELECTION (Windows Embedded Compact 7)

1/23/2013

This enumeration contains values that specify whether the GPS fix was selected manually or automatically. This enumeration is used in the SelectionType field of the GPS_POSITION structure.


typedef enum {
   GPS_FIX_SELECTION_UNKNOWN = 0,
   GPS_FIX_SELECTION_AUTO,
   GPS_FIX_SELECTION_MANUAL
} GPS_FIX_SELECTION;
GPS_FIX_SELECTION_UNKNOWN

Selection type is unknown.

GPS_FIX_SELECTION_AUTO

Selection mode is automatic.

GPS_FIX_SELECTION_MANUAL

Selection mode is manual.

Header

gpsapi.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.