navGPITransfer (Function) |
Top Previous Next |
This function will start to transfer a GPI file to the navigation device. A "GPI progress" event is raised when there are changes to the progress and/or status of the GPI transfer. See also navWaitEvent for event # 9. Note: this function is not supported on the NMP.
Input: filename : STRING The name and path of the file to transfer.
ID : STRING A small text message to identify the GPI file. Must be between 1 and 16 characters.
Returns: INT
Declaration: FUNCTION navGPITransfer : INT;
Example: INCLUDE rtcu.inc |