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

A full network packet structure. This struct combines the header and the data payload, providing a complete packet representation for sending and receiving. More...

#include <protocol_handler.h>

Collaboration diagram for network_packet_t:

Public Attributes

packet_header_t header
uint8_t data [MAX_PACKET_SIZE - sizeof(packet_header_t)]

Detailed Description

A full network packet structure. This struct combines the header and the data payload, providing a complete packet representation for sending and receiving.

Member Data Documentation

◆ data

uint8_t network_packet_t::data[MAX_PACKET_SIZE - sizeof(packet_header_t)]

The packet payload.

◆ header

packet_header_t network_packet_t::header

The packet header.


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