#include <evauhprotocols.h>
Inherits EvaUHPacket.
Inheritance diagram for EvaUHTransferReply:


Public Member Functions | |
| EvaUHTransferReply (const unsigned char *buf, const int len) | |
| virtual | ~EvaUHTransferReply () |
| const int | getQQ () const |
| const unsigned int | getSessionId () const |
| const unsigned int | getFileSize () const |
| const unsigned int | getStart () const |
| const unsigned int | getPartSize () const |
| const unsigned char * | getPartData () const |
Protected Member Functions | |
| virtual const bool | parseBody () |
Private Attributes | |
| int | mId |
| unsigned int | mSessionId |
| unsigned int | mFileSize |
| unsigned int | mStart |
| unsigned int | mPartSize |
| unsigned char * | mPartData |
Definition at line 80 of file evauhprotocols.h.
|
||||||||||||
|
Definition at line 168 of file evauhprotocols.cpp. |
|
|
Definition at line 83 of file evauhprotocols.h. |
|
|
Definition at line 87 of file evauhprotocols.h. References mFileSize. |
|
|
Definition at line 90 of file evauhprotocols.h. References mPartData. |
|
|
Definition at line 89 of file evauhprotocols.h. References mPartSize. |
|
|
Definition at line 85 of file evauhprotocols.h. References mId. |
|
|
Definition at line 86 of file evauhprotocols.h. References mSessionId. |
|
|
Definition at line 88 of file evauhprotocols.h. References mStart. |
|
|
Reimplemented from EvaUHPacket. Definition at line 173 of file evauhprotocols.cpp. References EvaUHPacket::buffer, EvaUHPacket::mBodyStart, EvaUHPacket::mBufferLen, mFileSize, mId, EvaUHPacket::mIsData, mPartData, mPartSize, mSessionId, and mStart. |
|
|
Definition at line 97 of file evauhprotocols.h. Referenced by getFileSize(), and parseBody(). |
|
|
Definition at line 95 of file evauhprotocols.h. Referenced by getQQ(), and parseBody(). |
|
|
Definition at line 100 of file evauhprotocols.h. Referenced by getPartData(), and parseBody(). |
|
|
Definition at line 99 of file evauhprotocols.h. Referenced by getPartSize(), and parseBody(). |
|
|
Definition at line 96 of file evauhprotocols.h. Referenced by getSessionId(), and parseBody(). |
|
|
Definition at line 98 of file evauhprotocols.h. Referenced by getStart(), and parseBody(). |
1.4.4