eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
LoginReplyServerPacket Struct Reference

#include <protocol.h>

Data Fields

EoPacket _eo
LoginReply reply_code
union { 
   struct { 
      size_t   characters_length 
      CharacterSelectionListEntry *   characters 
   }   ok
} * reply_code_data

Detailed Description

Login reply

Definition at line 4721 of file protocol.h.

Field Documentation

◆ _eo

EoPacket LoginReplyServerPacket::_eo

Definition at line 4722 of file protocol.h.

◆ characters

CharacterSelectionListEntry* LoginReplyServerPacket::characters

Definition at line 4727 of file protocol.h.

◆ characters_length

size_t LoginReplyServerPacket::characters_length

Definition at line 4726 of file protocol.h.

◆ [struct]

struct { ... } LoginReplyServerPacket::ok

◆ reply_code

LoginReply LoginReplyServerPacket::reply_code

Definition at line 4723 of file protocol.h.

◆ [union]

union { ... } * LoginReplyServerPacket::reply_code_data

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