UDP_HEADER Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
UDP_HEADER Structure
C
typedef struct {
  UDP_PORT SourcePort;
  UDP_PORT DestinationPort;
  WORD Length;
  WORD Checksum;
} UDP_HEADER;
Description

Stores the header of a UDP packet

Members
Members 
Description 
UDP_PORT SourcePort; 
Source UDP port 
UDP_PORT DestinationPort; 
Destination UDP port 
WORD Length; 
Length of data 
WORD Checksum; 
UDP checksum of the data 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.