Namespace inet
Icmpv6EchoReplyMsg
classIcmpv6 Echo Reply packet. Data is attached through encapsulation (see Icmpv6.cc)
Extends
| Name | Type | Description | 
|---|---|---|
| Icmpv6Header | (unknown -- not in documented files) | 
Fields
| Name | Type | Description | 
|---|---|---|
| type | ||
| code | int | 
 set to 0.  | 
   
| identifier | int | 
 identifier to aid in matching Echo replies. May be Zero  | 
   
| seqNumber | int | 
 sequence number to aid in matching Echo replies. May be Zero  | 
   
Source code
// // Icmpv6 Echo Reply packet. Data is attached through encapsulation (see Icmpv6.cc) // class Icmpv6EchoReplyMsg extends Icmpv6Header { type = ICMPv6_ECHO_REPLY; int code = 0; //set to 0. int identifier; // identifier to aid in matching Echo replies. May be Zero int seqNumber; // sequence number to aid in matching Echo replies. May be Zero }File: src/inet/networklayer/icmpv6/Icmpv6Header.msg