Message type for information sent from the overlay to the application
Author: Bernhard Heep
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
CommonAPIMessage | packet |
Base class for all common API message types |
Name | Type | Description |
---|---|---|
destKey | OverlayKey |
destination overlay key |
type | int |
message type |
// // Message type for information sent from the overlay to the application // // @author Bernhard Heep // packet KBRdeliver extends CommonAPIMessage { OverlayKey destKey; // destination overlay key }