Message DHTMessageResponse

File: Applications/DHT/DHTMessage.msg

(no description)

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:

BaseResponseMessage

A basic Remote-Procedure-Response message

Known subclasses:

DHTPutResponse (no description)
DHTGetResponse (no description)

Fields:

Name Type Description
key OverlayKey
value BinaryValue

Source code:

message DHTMessageResponse extends BaseResponseMessage
{
    fields:
	OverlayKey key;
	BinaryValue value;
};