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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t board_id
char * post_subject
char * post_body

Detailed Description

Posting a new message to a town board

Definition at line 3582 of file protocol.h.

Field Documentation

◆ _eo

EoPacket BoardCreateClientPacket::_eo

Definition at line 3583 of file protocol.h.

◆ board_id

int32_t BoardCreateClientPacket::board_id

Definition at line 3584 of file protocol.h.

◆ post_body

char* BoardCreateClientPacket::post_body

Definition at line 3586 of file protocol.h.

◆ post_subject

char* BoardCreateClientPacket::post_subject

Definition at line 3585 of file protocol.h.


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