![]() |
TrinityCore
|
#include <AuthenticationPackets.h>
Inheritance diagram for WorldPackets::Auth::ConnectTo:Classes | |
| struct | ConnectPayload |
| struct | SocketAddress |
Public Types | |
| enum | AddressType : uint8 { None = 0 , IPv4 = 1 , IPv6 = 2 , NamedSocket = 3 } |
Public Member Functions | |
| ConnectTo () | |
| 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 () 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 | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Static Public Member Functions | |
| static bool | InitializeEncryption () |
| static void | ShutdownEncryption () |
Public Attributes | |
| uint64 | Key = 0 |
| uint32 | NativeRealmAddress = 0 |
| uint32 | Key3 = 0 |
| ConnectToSerial | Serial = ConnectToSerial::None |
| ConnectPayload | Payload |
| uint8 | Con = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 235 of file AuthenticationPackets.h.
| Enumerator | |
|---|---|
| None | |
| IPv4 | |
| IPv6 | |
| NamedSocket | |
Definition at line 241 of file AuthenticationPackets.h.
|
inlineexplicit |
Definition at line 267 of file AuthenticationPackets.h.
|
static |
Definition at line 270 of file AuthenticationPackets.cpp.
Here is the caller graph for this function:
|
static |
Definition at line 280 of file AuthenticationPackets.cpp.
Here is the caller graph for this function:
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 285 of file AuthenticationPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8 WorldPackets::Auth::ConnectTo::Con = 0 |
Definition at line 276 of file AuthenticationPackets.h.
| uint64 WorldPackets::Auth::ConnectTo::Key = 0 |
Definition at line 271 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::ConnectTo::Key3 = 0 |
Definition at line 273 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::ConnectTo::NativeRealmAddress = 0 |
Definition at line 272 of file AuthenticationPackets.h.
| ConnectPayload WorldPackets::Auth::ConnectTo::Payload |
Definition at line 275 of file AuthenticationPackets.h.
| ConnectToSerial WorldPackets::Auth::ConnectTo::Serial = ConnectToSerial::None |
Definition at line 274 of file AuthenticationPackets.h.