UDP_HEADER Structure From Microchip TCP/IP Stack previous page next page Microchip TCP/IP Stack Help Contents | Index | Home Previous | Up | Next 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 Stack API > UDP > Internal Members > UDP_HEADER Structure Microchip TCP/IP Stack 5.42.08 - June 15, 2013Copyright © 2012 Microchip Technology, Inc. All rights reserved. Contents | Index | Home previous page start next page