|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| LoginReply | reply_code |
| union { | |
| struct { | |
| size_t characters_length | |
| CharacterSelectionListEntry * characters | |
| } ok | |
| } * | reply_code_data |
Login reply
Definition at line 4721 of file protocol.h.
| EoPacket LoginReplyServerPacket::_eo |
Definition at line 4722 of file protocol.h.
| CharacterSelectionListEntry* LoginReplyServerPacket::characters |
Definition at line 4727 of file protocol.h.
| size_t LoginReplyServerPacket::characters_length |
Definition at line 4726 of file protocol.h.
| struct { ... } LoginReplyServerPacket::ok |
| LoginReply LoginReplyServerPacket::reply_code |
Definition at line 4723 of file protocol.h.
| union { ... } * LoginReplyServerPacket::reply_code_data |