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


Public Member Functions | |
| EvaUHInfoReply (const unsigned char *buf, const int len) | |
| virtual | ~EvaUHInfoReply () |
| const int | numInfoItems () |
| std::list< UHInfoItem > | getInfoItems () |
| const bool | isSuccessful () const |
Protected Member Functions | |
| virtual const bool | parseBody () |
Private Attributes | |
| unsigned char | replyCode |
| std::list< UHInfoItem > | mList |
Definition at line 47 of file evauhprotocols.h.
|
||||||||||||
|
Definition at line 74 of file evauhprotocols.cpp. |
|
|
Definition at line 50 of file evauhprotocols.h. |
|
|
Definition at line 53 of file evauhprotocols.h. References mList. |
|
|
Definition at line 54 of file evauhprotocols.h. References replyCode. |
|
|
Definition at line 52 of file evauhprotocols.h. References mList. |
|
|
Reimplemented from EvaUHPacket. Definition at line 79 of file evauhprotocols.cpp. References EvaUHPacket::buffer, UHInfoItem::id, EvaUHPacket::mBodyStart, EvaUHPacket::mBufferLen, UHInfoItem::md5, mList, replyCode, and UHInfoItem::sessionId. |
|
|
Definition at line 59 of file evauhprotocols.h. Referenced by getInfoItems(), numInfoItems(), and parseBody(). |
|
|
Definition at line 58 of file evauhprotocols.h. Referenced by isSuccessful(), and parseBody(). |
1.4.4