Packet I3SendPacketMessage

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
identifierStack I3IdentifierStack
matchedTrigger I3Trigger
sendReply bool
source I3IPAddress
type int

Source code:

packet I3SendPacketMessage extends I3Message
{
    @customize(true);
    I3IdentifierStack identifierStack;
    I3Trigger matchedTrigger;
    bool sendReply;
    I3IPAddress source;
}