![]() |
TrinityCore
|
#include <AuthenticationPackets.h>
Public Attributes | ||
| AddressType | Type = None | |
| union { | ||
| std::array< uint8, 4 > V4 | ||
| std::array< uint8, 16 > V6 | ||
| std::array< char, 128 > Name | ||
| } | Address = { } | |
Definition at line 249 of file AuthenticationPackets.h.
| union { ... } WorldPackets::Auth::ConnectTo::SocketAddress::Address |
| std::array<char, 128> WorldPackets::Auth::ConnectTo::SocketAddress::Name |
Definition at line 256 of file AuthenticationPackets.h.
| AddressType WorldPackets::Auth::ConnectTo::SocketAddress::Type = None |
Definition at line 251 of file AuthenticationPackets.h.
| std::array<uint8, 4> WorldPackets::Auth::ConnectTo::SocketAddress::V4 |
Definition at line 254 of file AuthenticationPackets.h.
| std::array<uint8, 16> WorldPackets::Auth::ConnectTo::SocketAddress::V6 |
Definition at line 255 of file AuthenticationPackets.h.