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

#include <protocol.h>

Data Fields

EoPacket _eo
FileType file_type
int32_t session_id
union { 
   struct { 
      int32_t   file_id 
   }   emf
   struct { 
      int32_t   file_id 
   }   eif
   struct { 
      int32_t   file_id 
   }   enf
   struct { 
      int32_t   file_id 
   }   esf
   struct { 
      int32_t   file_id 
   }   ecf
} * file_type_data

Detailed Description

Requesting a file

Definition at line 2845 of file protocol.h.

Field Documentation

◆ _eo

EoPacket WelcomeAgreeClientPacket::_eo

Definition at line 2846 of file protocol.h.

◆ [struct]

struct { ... } WelcomeAgreeClientPacket::ecf

◆ [struct]

struct { ... } WelcomeAgreeClientPacket::eif

◆ [struct]

struct { ... } WelcomeAgreeClientPacket::emf

◆ [struct]

struct { ... } WelcomeAgreeClientPacket::enf

◆ [struct]

struct { ... } WelcomeAgreeClientPacket::esf

◆ file_id

int32_t WelcomeAgreeClientPacket::file_id

Definition at line 2851 of file protocol.h.

◆ file_type

FileType WelcomeAgreeClientPacket::file_type

Definition at line 2847 of file protocol.h.

◆ [union]

union { ... } * WelcomeAgreeClientPacket::file_type_data

◆ session_id

int32_t WelcomeAgreeClientPacket::session_id

Definition at line 2848 of file protocol.h.


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