FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
ProtocolPacket_t Union Reference

#include <FreeRTOS_IP_Private.h>

Data Fields

ARPPacket_t xARPPacket
  More...
 
TCPPacket_t xTCPPacket
  More...
 
UDPPacket_t xUDPPacket
  More...
 
ICMPPacket_t xICMPPacket
  More...
 

Detailed Description

Union for the protocol packet to save space. Any packet cannot have more than one of the below protocol packets.

Field Documentation

◆ xARPPacket

ARPPacket_t ProtocolPacket_t::xARPPacket

Union member: ARP packet struct

◆ xTCPPacket

TCPPacket_t ProtocolPacket_t::xTCPPacket

Union member: TCP packet struct

◆ xUDPPacket

UDPPacket_t ProtocolPacket_t::xUDPPacket

Union member: UDP packet struct

◆ xICMPPacket

ICMPPacket_t ProtocolPacket_t::xICMPPacket

Union member: ICMP packet struct


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