Message PingPayload

File: Applications/PingApp/PingPayload.msg

C++ definition: click here

Represents payload in an ICMP/ICMPv6 Echo Request/Reply.

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
originatorId long

sender module id()

seqNo long

sequence number

data unsigned char[]

Source code:

message PingPayload
{
    properties:
        omitGetVerb = true;
    fields:
        long originatorId; // sender module id()
        long seqNo; // sequence number
        unsigned char data[];
};