#include <SMP.Classes.TI_HIST_CHAT_REQUEST.h>
Public Member Functions | |
TI_HIST_CHAT_REQUEST () | |
virtual | ~TI_HIST_CHAT_REQUEST () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual TI_HIST_CHAT_REQUEST * | clone () const |
virtual TI_HIST_CHAT_REQUEST * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | chatId |
TI_HIST_MESSAGE_MEMBER_INFO | sender |
TI_HIST_MESSAGE_MEMBER_INFO | recipient |
UInt32 | refMarketId |
std::string | subject |
UInt32 | creationDate |
UInt64 | creationTime |
UInt64 | updateTime |
Definition at line 45 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 93 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 chatId |
Unique ID of the chat.
Definition at line 62 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
UInt32 creationDate |
Creation date.
Definition at line 77 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
UInt64 creationTime |
Creation time.
Definition at line 80 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
TI_HIST_MESSAGE_MEMBER_INFO recipient |
Recipient member data.
Definition at line 68 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
UInt32 refMarketId |
Unique ID of the market.
Definition at line 71 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
TI_HIST_MESSAGE_MEMBER_INFO sender |
Sender member data.
Definition at line 65 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
std::string subject |
Subject of the chat request.
Definition at line 74 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.
UInt64 updateTime |
Last update time.
Definition at line 83 of file SMP.Classes.TI_HIST_CHAT_REQUEST.h.