GameServer
CachePacketMailAttachmentRecvRequest.h
[詳解]
1 
7 #ifndef __CACHEPACKETMAILATTACHMENTRECVREQUEST_H__
8 #define __CACHEPACKETMAILATTACHMENTRECVREQUEST_H__
9 
10 #include "PacketBase.h"
12 #include "ProcessPacketBase.h"
13 #include "CacheServerPacketID.h"
14 
15 
20 {
21 
22 public:
23 
30 
31 
32 
35 
36 
41  {
42  }
43 
48  {
49  ClientId = InClientId;
50  Id = InId;
51 
52  }
53 
54 
62  {
64  pStream->Serialize(&Id);
65 
66  return true;
67  }
68 };
69 
70 #endif // #ifndef __CACHEPACKETMAILATTACHMENTRECVREQUEST_H__
virtual u8 GetPacketID() const
パケットID取得.
Definition: CachePacketMailAttachmentRecvRequest.h:29
メール添付物受信要求パケット
Definition: CacheServerPacketID.h:95
unsigned char u8
Definition: TypeDefs.h:6
bool Serialize(MemoryStreamInterface *pStream)
シリアライズ
Definition: CachePacketMailAttachmentRecvRequest.h:61
u32 ClientId
Definition: ProcessPacketBase.h:19
virtual bool Serialize(s32 *pValue)=0
メール添付物受信要求パケット
Definition: CachePacketMailAttachmentRecvRequest.h:19
unsigned int u32
Definition: TypeDefs.h:10
u32 Id
ID
Definition: CachePacketMailAttachmentRecvRequest.h:34
CachePacketMailAttachmentRecvRequest()
コンストラクタ
Definition: CachePacketMailAttachmentRecvRequest.h:40
virtual bool Serialize(MemoryStreamInterface *pStream)
Definition: ProcessPacketBase.h:22
Definition: MemoryStreamInterface.h:8
CachePacketMailAttachmentRecvRequest(u32 InClientId, u32 InId)
コンストラクタ
Definition: CachePacketMailAttachmentRecvRequest.h:47
Definition: ProcessPacketBase.h:10