|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| AccountReply | reply_code |
| union { | |
| struct { | |
| int32_t sequence_start | |
| } _default | |
| } * | reply_code_data |
Reply to client Account-family packets
Definition at line 4660 of file protocol.h.
| struct { ... } AccountReplyServerPacket::_default |
| EoPacket AccountReplyServerPacket::_eo |
Definition at line 4661 of file protocol.h.
| AccountReply AccountReplyServerPacket::reply_code |
Sometimes an AccountReply code, sometimes a session ID for account creation
Definition at line 4665 of file protocol.h.
| union { ... } * AccountReplyServerPacket::reply_code_data |
| int32_t AccountReplyServerPacket::sequence_start |
Definition at line 4668 of file protocol.h.