RouteTrak API
CRTEngine::RTGpsLoggerGetDataRecords
CRTEngine | See Also
RTERROR RTGpsLoggerGetDataRecords(BOOL fWaitForCompletion = TRUE);
Parameters
Parameters Description
fWaitForCompletion If TRUE, function will not return until all records have been transferred

Return Values
Return Values Description
RTE_LOGGER_DUMP_IN_PROGRESS If the operation completed successfuly for an asynchronous transfer (fWaitForCompletion = FALSE)
RTE_NONE If the operation completed successfuly for a synchronous transfer (fWaitForCompletion = TRUE)
RTE_LOGGER_DUMP_ABORTED If a synchronous transfer is aborted before completion
RTE_NO_GPS_LOGGER If the receiver type is not GPSRECEIVER_EMTAC

Description
Initiates a transfer of all of the GPS data records stored in the GPS data logger's internal memory
Remarks
  • If fWaitForCompletion is true, this method will wait for the completion of the transfer. Windows messages and the RouteTrak events will be processed during the wait, so that the status of the transfer may be monitored.

  • The transfer of a large amount of data may be very lengthy. For these transfers, the asynchronous method should be considered.

  • The transfer can be monitored by the application by overriding OnRTLoggerDownloadStatus
See Also
Class
Links

Copyright (c) 2001-2004 Links Point Inc.