Message KBRrouteDirect

File: Common/CommonAPIMessages.msg

Author: Ingmar Baumgart

Message type for KBR route_direct calls

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

Author: Bernhard Heep

Fields:

Name Type Description
dest TransportAddress

transport address of the destination node

Source code:

message KBRrouteDirect extends CommonAPIMessage
{
    fields:
	TransportAddress dest;    // transport address of the destination node
};