NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_UserDatagram_Header Struct Reference

#include <UDP.h>

Data Fields

unsigned short int usnSourcePort
 
unsigned short int usnDestinationPort
 
unsigned short int usnLength
 
unsigned short int usnChecksum
 

Detailed Description

User Datagram Header Format as per RFC 768 28 August 1980

Definition at line 58 of file UDP.h.

Field Documentation

◆ usnChecksum

unsigned short int stru_UserDatagram_Header::usnChecksum

Definition at line 63 of file UDP.h.

◆ usnDestinationPort

unsigned short int stru_UserDatagram_Header::usnDestinationPort

Definition at line 61 of file UDP.h.

◆ usnLength

unsigned short int stru_UserDatagram_Header::usnLength

Definition at line 62 of file UDP.h.

◆ usnSourcePort

unsigned short int stru_UserDatagram_Header::usnSourcePort

Definition at line 60 of file UDP.h.


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