Packet GIASearchAppMessage

File: src/common/ExtAPIMessages.msg

C++ definition

Author: Bernhard Heep

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.

Known subclasses:

Name Type Description
GIAanswer packet

Author: Robert Palmer

GIAput packet

Author: Robert Palmer

GIAremove packet

Author: Bernhard Heep

GIAsearch packet

Author: Robert Palmer

Fields:

Name Type Description
command int

Source code:

//
// @author Bernhard Heep
//
packet GIASearchAppMessage
{
    int command @enum(GIAAppCommand);
}