File: Common/CommonAPIMessages.msg
Author: Ingmar Baumgart
Message type for KBR route_direct calls
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
CommonAPIMessage | Author: Bernhard Heep |
Name | Type | Description |
---|---|---|
dest | TransportAddress | transport address of the destination node |
message KBRrouteDirect extends CommonAPIMessage { fields: TransportAddress dest; // transport address of the destination node };