Message CommonAPIMessage

File: Common/CommonAPIMessages.msg

Author: Bernhard Heep

Base class for all common API message types

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.

Known subclasses:

KBRroute

Author: Bernhard Heep

KBRforward

Author: Bernhard Heep

KBRdeliver

Author: Bernhard Heep

KBRupdate

Author: Bernhard Heep

Fields:

Name Type Description
type int

message type

Source code:

message CommonAPIMessage
{
    fields:	
	int type enum(CommonAPIMessageType) = COMMON_API_UNDEFINED;  // message type	
};