LinksPoint GPS Toolkit Reference
GPSINITMODE
gpsapi.h | Types | See Also
Spefies that start mode of the GpsReceiver when a GpsInitializeReceiver command is issued
Remarks
The application should almost never issue anyhing but a hot start. See GpsInitializeReceiver for more information.
See Also
Group
Declaration
typedef enum {
  GPSINIT_HOT_START = 0,
  GPSINIT_WARM_START_WITH_DATA,
  GPSINIT_WARM_START,
  GPSINIT_COLD_START,
  GPSINIT_FACTORY_START
} GPSINITMODE;
File
Links
Copyright ©1998-2005 Links Point Inc.