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.