ecsnet
Loading...
Searching...
No Matches
protocol_handler_t Struct Reference

The protocol handler structure. Manages the state for incoming and outgoing network packets, providing functionality for packing, unpacking, and processing network data. More...

#include <protocol_handler.h>

Collaboration diagram for protocol_handler_t:

Public Attributes

network_packet_t out_packet
network_packet_t in_packet

Detailed Description

The protocol handler structure. Manages the state for incoming and outgoing network packets, providing functionality for packing, unpacking, and processing network data.

Member Data Documentation

◆ in_packet

network_packet_t protocol_handler_t::in_packet

The buffer for the incoming packet.

◆ out_packet

network_packet_t protocol_handler_t::out_packet

The buffer for the outgoing packet.


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