Reports the status of data uploaded to the MobiLink server.
The syntax varies depending on the API you use.
The parameter is set by UltraLite, and so is read-only.
After synchronization, the parameter holds true if the upload was successful, and false otherwise. You can check this parameter if there was a synchronization error, to know whether data was successfully uploaded before the error occurred.
UltraLite for C/C++ applications can access the parameter as follows:
ul_synch_info_a info; // ... returncode = info.upload_ok;