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

#include <protocol.h>

Data Fields

EoPacket _eo
AccountReply reply_code
union { 
   struct { 
      int32_t   sequence_start 
   }   _default
} * reply_code_data

Detailed Description

Reply to client Account-family packets

Definition at line 4660 of file protocol.h.

Field Documentation

◆ [struct]

struct { ... } AccountReplyServerPacket::_default

◆ _eo

EoPacket AccountReplyServerPacket::_eo

Definition at line 4661 of file protocol.h.

◆ reply_code

AccountReply AccountReplyServerPacket::reply_code

Sometimes an AccountReply code, sometimes a session ID for account creation

Definition at line 4665 of file protocol.h.

◆ [union]

union { ... } * AccountReplyServerPacket::reply_code_data

◆ sequence_start

int32_t AccountReplyServerPacket::sequence_start

Definition at line 4668 of file protocol.h.


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