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.
ICMP_Packet Struct Reference
ICMP packet memory map. More...
#include <icmp.h>
Data Fields | |
u8 | type |
type of ICMP message | |
u8 | code |
code number associated with certain message types | |
u16 | id |
ID value, returned in ECHO REPLY. | |
u16 | sequence |
Sequence value to be returned with ECHO REPLY. | |
u8 | data [] |
Data memory map. |
Detailed Description
ICMP packet memory map.
Definition at line 19 of file icmp.h.
Field Documentation
Generated on Tue Jul 12 2022 11:59:40 by
