navStopSetRoute (Function) |
Top Previous Next |
This function will upload the constructed route to the navigation device. The upload progress will be reported with GPI progress events that can be read with navGPIProgressReceive. When the upload is completed, navGPIProgressReceive will report any errors with the form. See navStopSetRouteFile for a list of the additional error codes.
Input: ID : INT Unique ID to identify the route when a stop status is received. Note: the ID of -1 is reserved and will result in an error.
text : STRING A text comment to identify the route. Max. 199 characters.
Returns: INT
Declaration: FUNCTION navStopSetRoute : INT;
Example: INCLUDE rtcu.inc |