navFormUpload (Function) |
Top Previous Next |
This function will upload a form created with navFormCreate 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 navFormuploadFile for a list of the additional error codes.
Input: None.
Returns: INT
Declaration: FUNCTION navFormUpload : INT;
Example: INCLUDE rtcu.inc |