Packet GIASearchAppMessage

File: src/common/ExtAPIMessages.msg

Author: Bernhard Heep

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses:

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);
}