Message GIAanswer

File: Common/ExtAPIMessages.msg

Author: Robert Palmer

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.

Extends:

GIASearchAppMessage

Author: Bernhard Heep

Fields:

Name Type Description
searchKey OverlayKey
node NodeHandle

Source code:

message GIAanswer extends GIASearchAppMessage
{
   fields:
   	OverlayKey searchKey;
	NodeHandle node;
};