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


Public Member Functions | |
| EvaUHTransferRequest () | |
| virtual | ~EvaUHTransferRequest () |
| void | setUHInfo (const int id, const unsigned int sessionId) |
| void | setFileInfo (const unsigned int start, const unsigned int end) |
Protected Member Functions | |
| virtual const bool | fillBody (unsigned char *buf, int *len) |
Private Attributes | |
| int | mId |
| unsigned int | mSessionId |
| unsigned int | mStart |
| unsigned int | mEnd |
Definition at line 62 of file evauhprotocols.h.
|
|
Definition at line 126 of file evauhprotocols.cpp. |
|
|
Definition at line 65 of file evauhprotocols.h. |
|
||||||||||||
|
Reimplemented from EvaUHPacket. Definition at line 131 of file evauhprotocols.cpp. References mEnd, mId, mSessionId, and mStart. |
|
||||||||||||
|
Definition at line 69 of file evauhprotocols.h. |
|
||||||||||||
|
Definition at line 67 of file evauhprotocols.h. References mId, and mSessionId. |
|
|
Definition at line 77 of file evauhprotocols.h. Referenced by fillBody(), and setFileInfo(). |
|
|
Definition at line 74 of file evauhprotocols.h. Referenced by fillBody(), and setUHInfo(). |
|
|
Definition at line 75 of file evauhprotocols.h. Referenced by fillBody(), and setUHInfo(). |
|
|
Definition at line 76 of file evauhprotocols.h. Referenced by fillBody(), and setFileInfo(). |
1.4.4