bic / wave-cli-app

0 stars 0 forks source link

sendFileProgressUpdate #18

Open paulbalomiri opened 11 years ago

paulbalomiri commented 11 years ago

This function can be used to update a progress bar during a file send operation.

The errormsg and errorlog return parameters will be ignored if error return parameter is 0.

The referrer is valid the last time when either one of the following is valid:

  1. The function has been called and the progress returned is 10000 (File sent successfully)
  2. The function error value is 2 or 3. When error=2 (Permanent failure) the referrer will be deleted.

Implement this function using the maivic-comm library's streaming interface