Public Types | |
enum | State { Connecting, Sending, Closing, Stopped } |
Public Member Functions | |
virtual void | Start (String serverAddr, uint16_t serverPort, String filePath)=0 |
virtual void | FrameMove ()=0 |
virtual State | GetState ()=0 |
virtual int | GetSendProgress ()=0 |
virtual int | GetSendTotal ()=0 |
Static Public Member Functions | |
static CDumpClient * | Create (IDumpClientDelegate *dg) |
Dump client
General usage
|
static |
TODO:translate needed. Generate CDumpClient object
dg | Pointer of IDumpClientDelegate |
|
pure virtual |
Sending process is sustained by calling this method periodically.
|
pure virtual |
Gets how many bytes of dump file has been completed
|
pure virtual |
Gets total sending data to be sent
|
pure virtual |
Gets current dump file sending status