File: Applications/PingApp/PingPayload.msg
C++ definition: click here
Represents payload in an ICMP/ICMPv6 Echo Request/Reply.
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Value | Description |
---|---|---|
omitGetVerb | true |
Name | Type | Description |
---|---|---|
originatorId | long | sender module id() |
seqNo | long | sequence number |
data | unsigned char[] |
message PingPayload { properties: omitGetVerb = true; fields: long originatorId; // sender module id() long seqNo; // sequence number unsigned char data[]; };