TrinityCore
WorldPackets::Hotfix::DBReply Class Referencefinal

#include <HotfixPackets.h>

+ Inheritance diagram for WorldPackets::Hotfix::DBReply:

Public Member Functions

 DBReply ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

uint32 TableHash = 0
 
uint32 Timestamp = 0
 
uint32 RecordID = 0
 
DB2Manager::HotfixRecord::Status Status = DB2Manager::HotfixRecord::Status::Invalid
 
ByteBuffer Data
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 46 of file HotfixPackets.h.

Constructor & Destructor Documentation

◆ DBReply()

WorldPackets::Hotfix::DBReply::DBReply ( )
inline

Definition at line 49 of file HotfixPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Hotfix::DBReply::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 67 of file HotfixPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Data

ByteBuffer WorldPackets::Hotfix::DBReply::Data

Definition at line 57 of file HotfixPackets.h.

◆ RecordID

uint32 WorldPackets::Hotfix::DBReply::RecordID = 0

Definition at line 55 of file HotfixPackets.h.

◆ Status

Definition at line 56 of file HotfixPackets.h.

◆ TableHash

uint32 WorldPackets::Hotfix::DBReply::TableHash = 0

Definition at line 53 of file HotfixPackets.h.

◆ Timestamp

uint32 WorldPackets::Hotfix::DBReply::Timestamp = 0

Definition at line 54 of file HotfixPackets.h.


The documentation for this class was generated from the following files: