TrinityCore
WorldPackets::Auth::ConnectTo::SocketAddress Struct Reference

#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 = { }
 

Detailed Description

Definition at line 229 of file AuthenticationPackets.h.

Member Data Documentation

◆ 

union { ... } WorldPackets::Auth::ConnectTo::SocketAddress::Address

◆ Name

std::array<char, 128> WorldPackets::Auth::ConnectTo::SocketAddress::Name

Definition at line 236 of file AuthenticationPackets.h.

◆ Type

AddressType WorldPackets::Auth::ConnectTo::SocketAddress::Type = None

Definition at line 231 of file AuthenticationPackets.h.

◆ V4

std::array<uint8, 4> WorldPackets::Auth::ConnectTo::SocketAddress::V4

Definition at line 234 of file AuthenticationPackets.h.

◆ V6

std::array<uint8, 16> WorldPackets::Auth::ConnectTo::SocketAddress::V6

Definition at line 235 of file AuthenticationPackets.h.


The documentation for this struct was generated from the following file: