|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | challenge |
| Version | version |
| char * | hdid |
Connection initialization request. This packet is unencrypted.
Definition at line 2651 of file protocol.h.
| EoPacket InitInitClientPacket::_eo |
Definition at line 2652 of file protocol.h.
| int32_t InitInitClientPacket::challenge |
Definition at line 2653 of file protocol.h.
| char* InitInitClientPacket::hdid |
Definition at line 2655 of file protocol.h.
| Version InitInitClientPacket::version |
Definition at line 2654 of file protocol.h.