zdk.objc
Instance Methods | Properties | List of all members
<ZDKUploadProgress> Protocol Reference

Upload progress. More...

#import <ZDKUploadProgress.h>

Inheritance diagram for <ZDKUploadProgress>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

int percentComplete
 Completion in percent. More...
 
long long octetsComplete
 Total number of sucessfully uploaded octets. More...
 
long long totalOctets
 Total number of octets/bytes to be uploaded. More...
 

Detailed Description

Upload progress.

Describes the current upload progress state.

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ octetsComplete

- (long long) octetsComplete
readnonatomicassign

Total number of sucessfully uploaded octets.

Total number of sucessfully uploaded octets/bytes (always known).

Returns
Total number of sucessfully uploaded octets

◆ percentComplete

- (int) percentComplete
readnonatomicassign

Completion in percent.

Completion in percent or -1 in case upload size is not known in advance.

Returns
Completion in percent

◆ totalOctets

- (long long) totalOctets
readnonatomicassign

Total number of octets/bytes to be uploaded.

Total number of octets/bytes to be uploaded or -1 in case the size is not known in advance.

Returns
Total number of octets/bytes to be uploaded

The documentation for this protocol was generated from the following file: