SAMV71 Xplained Ultra Software Package 1.5

PIcmpEchoHeader Struct Reference

#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/examples_ethernet/gmac/MiniIp.h>

Data Fields

uint8_t type
uint8_t code
uint16_t cksum
uint16_t id
uint16_t seq

Detailed Description

ICMP echo header structure

Definition at line 154 of file MiniIp.h.


Field Documentation

uint16_t PIcmpEchoHeader::cksum

ones complement cksum of struct

Definition at line 157 of file MiniIp.h.

uint8_t PIcmpEchoHeader::code

type subcode

Definition at line 156 of file MiniIp.h.

uint16_t PIcmpEchoHeader::id

identifier

Definition at line 158 of file MiniIp.h.

uint16_t PIcmpEchoHeader::seq

sequence number

Definition at line 159 of file MiniIp.h.

uint8_t PIcmpEchoHeader::type

type of message

Definition at line 155 of file MiniIp.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines