TrinityCore
Loading...
Searching...
No Matches
AuthHandler Struct Reference

Public Attributes

eAuthCmd cmd = { }
 
AuthStatus status = STATUS_CLOSED
 
size_t packetSize = 0
 
bool(* handler )(AuthSession *) = nullptr
 

Detailed Description

Definition at line 128 of file AuthSession.cpp.

Member Data Documentation

◆ cmd

eAuthCmd AuthHandler::cmd = { }

Definition at line 130 of file AuthSession.cpp.

◆ handler

bool(* AuthHandler::handler) (AuthSession *) = nullptr

Definition at line 133 of file AuthSession.cpp.

◆ packetSize

size_t AuthHandler::packetSize = 0

Definition at line 132 of file AuthSession.cpp.

◆ status

AuthStatus AuthHandler::status = STATUS_CLOSED

Definition at line 131 of file AuthSession.cpp.


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