![]() |
TrinityCore
|
#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 | |
| Packet & | operator= (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 |
Definition at line 53 of file AuthenticationPackets.h.
|
inlineexplicit |
Definition at line 56 of file AuthenticationPackets.h.
|
overrideprivatevirtual |
Implements WorldPackets::Packet.
Definition at line 51 of file AuthenticationPackets.cpp.
|
private |
Definition at line 62 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::Ping::Latency = 0 |
Definition at line 59 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::Ping::Serial = 0 |
Definition at line 58 of file AuthenticationPackets.h.