Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ethspam by
UDP_Packet Struct Reference
UDP Packet memory map. More...
#include <udp.h>
Data Fields | |
| u16 | source_port |
| Source port (1-65535) | |
| u16 | destination_port |
| Destination port (1-65535) | |
| u16 | length |
| Entire datagram size in bytes. | |
| u16 | checksum |
| Checksum. | |
| u8 | data [] |
| Data memory map. | |
Detailed Description
UDP Packet memory map.
Definition at line 17 of file udp.h.
Field Documentation
Generated on Fri Jul 15 2022 02:45:18 by
1.7.2
