LinksPoint GPS Toolkit Reference
GpsRequestRawData
gpsapi.h | Generic GPS Functions | See Also
Enables or disables the sending of raw GPS data to the notification callback function
Parameters
Parameters Description
GPSRAWDATA grdRaw GPSRAWDATA_TRUE to enable the raw data notification callback,GPSRAWDATA_FALSE to disable the raw data notification
Return Value
If the raw data request status is successful, then the return value will be GPSERROR_NONE. If the raw data request status is unsuccessful, then the return value will be GPSERROR_INVALID_PARAMETER.
Remarks
When enabled, the GPS library will send the GPSNOTIFY_RAW_DATA notification code (see the NotifyProc function). The notification procedure will receive the number of bytes of raw GPS data and a pointer to the data. The current protocol will determine if the data is in an ASCII or binary format.
See Also
GPSNOTIFY
Group
Declaration
File
Links
Copyright ©1998-2005 Links Point Inc.