Packet GIAanswer

File: src/common/ExtAPIMessages.msg

C++ definition

Author: Robert Palmer

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
GIASearchAppMessage packet

Author: Bernhard Heep

Fields:

Name Type Description
searchKey OverlayKey
node NodeHandle
command int

Source code:

//
// @author Robert Palmer
//
packet GIAanswer extends GIASearchAppMessage
{
    OverlayKey searchKey;
    NodeHandle node;
}