TrinityCore
WorldPackets::Auth::ConnectTo::ConnectPayload Struct Reference

#include <AuthenticationPackets.h>

Public Attributes

SocketAddress Where
 
uint16 Port = 0
 
std::array< uint8, 256 > Signature = { }
 

Detailed Description

Definition at line 240 of file AuthenticationPackets.h.

Member Data Documentation

◆ Port

uint16 WorldPackets::Auth::ConnectTo::ConnectPayload::Port = 0

Definition at line 243 of file AuthenticationPackets.h.

◆ Signature

std::array<uint8, 256> WorldPackets::Auth::ConnectTo::ConnectPayload::Signature = { }

Definition at line 244 of file AuthenticationPackets.h.

◆ Where

SocketAddress WorldPackets::Auth::ConnectTo::ConnectPayload::Where

Definition at line 242 of file AuthenticationPackets.h.


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