|
ecsnet
|
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>

Public Attributes | |
| packet_header_t | header |
| uint8_t | data [MAX_PACKET_SIZE - sizeof(packet_header_t)] |
A full network packet structure. This struct combines the header and the data payload, providing a complete packet representation for sending and receiving.
| uint8_t network_packet_t::data[MAX_PACKET_SIZE - sizeof(packet_header_t)] |
The packet payload.
| packet_header_t network_packet_t::header |
The packet header.