Packet I3QueryReplyMessage

File: src/applications/i3/I3Message.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

Name Type Description
I3Message packet (no description)

Fields:

Name Type Description
source I3IPAddress
identifier I3Identifier
sendingTime simtime_t
type int

Source code:

packet I3QueryReplyMessage extends I3Message
{
    @customize(true);
    I3IPAddress source;
    I3Identifier identifier;
    simtime_t sendingTime;
}