Represents payload in an ICMP/ICMPv6 Echo Request/Reply.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
seqNo | long |
sequence number |
data | unsigned char[] | |
originatorId | long |
sender module id |
// // Represents payload in an ICMP/ICMPv6 Echo Request/Reply. // packet PingPayload { long originatorId; // sender module id long seqNo; // sequence number unsigned char data[]; }