TrinityCore
Loading...
Searching...
No Matches
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 249 of file AuthenticationPackets.h.

Member Data Documentation

◆ [union]

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

◆ Name

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

Definition at line 256 of file AuthenticationPackets.h.

◆ Type

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

Definition at line 251 of file AuthenticationPackets.h.

◆ V4

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

Definition at line 254 of file AuthenticationPackets.h.

◆ V6

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

Definition at line 255 of file AuthenticationPackets.h.


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