Message DHTgetResponse

File: Common/CommonAPIMessages.msg

C++ definition: click here

Author: Ingmar Baumgart

...

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
key OverlayKey
value string

Source code:

message DHTgetResponse extends CommonAPIMessage
{
	fields:
		OverlayKey key;
		string value;
};