UltraLite User's Guide
UltraLite Reference
Synchronization parameters
Reports the status of MobiLink uploads. The MobiLink synchronization server provides this information to the client.
The parameter is read-only.
After synchronization, the upload_ok member of ul_synch_info holds true if the upload was successful, and false otherwise.
Access the parameter as follows:
ul_synch_info info; // ... returncode = info.upload_ok;
Retrieve the authorization status using UlSynchOptions.getAuthStatus().
UlSynchOptions opts = new UlSynchOptions; // set options here conn.synchronize( opts ); returncode = opts.getUploadOK();