Message KBRdeliver

File: Common/CommonMessages.msg

Message type for information sent from the overlay to the application

Author: Bernhard Heep

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:

CommonAPIMessage

Base class for all common API message types

Fields:

Name Type Description
destKey OverlayKey

destination overlay key

Source code:

message KBRdeliver extends CommonAPIMessage
{
    fields:
        OverlayKey destKey; // destination overlay key
};