File: Applications/DHT/DHTMessage.msg
(no description)
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 |
DHTPutResponse | (no description) |
DHTGetResponse | (no description) |
Name | Type | Description |
---|---|---|
key | OverlayKey | |
value | BinaryValue |
message DHTMessageResponse extends BaseResponseMessage { fields: OverlayKey key; BinaryValue value; };