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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t challenge
Version version
char * hdid

Detailed Description

Connection initialization request. This packet is unencrypted.

Definition at line 2651 of file protocol.h.

Field Documentation

◆ _eo

EoPacket InitInitClientPacket::_eo

Definition at line 2652 of file protocol.h.

◆ challenge

int32_t InitInitClientPacket::challenge

Definition at line 2653 of file protocol.h.

◆ hdid

char* InitInitClientPacket::hdid

Definition at line 2655 of file protocol.h.

◆ version

Version InitInitClientPacket::version

Definition at line 2654 of file protocol.h.


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