TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Auth::Ping Class Referencefinal

#include <AuthenticationPackets.h>

+ Inheritance diagram for WorldPackets::Auth::Ping:

Public Member Functions

 Ping (WorldPacket &&packet)
 
- Public Member Functions inherited from WorldPackets::Auth::EarlyProcessClientPacket< Ping >
bool ReadNoThrow ()
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () final
 
OpcodeClient 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
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

uint32 Serial = 0
 
uint32 Latency = 0
 
- Public Attributes inherited from WorldPackets::Auth::EarlyProcessClientPacket< Ping >
friend Derived
 

Private Member Functions

void Read () override
 

Private Attributes

friend EarlyProcessClientPacket
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 53 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ Ping()

WorldPackets::Auth::Ping::Ping ( WorldPacket &&  packet)
inlineexplicit

Definition at line 56 of file AuthenticationPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Auth::Ping::Read ( )
overrideprivatevirtual

Implements WorldPackets::Packet.

Definition at line 51 of file AuthenticationPackets.cpp.

Member Data Documentation

◆ EarlyProcessClientPacket

friend WorldPackets::Auth::Ping::EarlyProcessClientPacket
private

Definition at line 62 of file AuthenticationPackets.h.

◆ Latency

uint32 WorldPackets::Auth::Ping::Latency = 0

Definition at line 59 of file AuthenticationPackets.h.

◆ Serial

uint32 WorldPackets::Auth::Ping::Serial = 0

Definition at line 58 of file AuthenticationPackets.h.


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