File: Common/CommonAPIMessages.msg
Author: Ingmar Baumgart
Message type to respond to a DHTget request
See also: DHTget
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseResponseMessage | A basic Remote-Procedure-Response message |
Name | Type | Description |
---|---|---|
key | OverlayKey | |
value | BinaryValue | the requested value |
isSuccess | bool |
message DHTgetCAPIResponse extends BaseResponseMessage { fields: OverlayKey key; // BinaryValue value; // the requested value bool isSuccess; };