Message BaseCallMessage

File: Common/BaseOverlayMessage.msg

C++ definition: click here

A basic Remote-Procedure-Call message

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:

BaseRpcMessage

A basic Remote-Procedure-Call message used for calls and return values

Known subclasses:

FindNodeCall

A basic find node rpc response

FailedNodeCall

A basic failed node notification

PingCall

A basic ping rpc call

NotifyCall (no description)
JoinCall (no description)
StabilizeCall (no description)
FixfingersCall (no description)
DeBruijnCall (no description)
BucketCall (no description)

Source code:

message BaseCallMessage extends BaseRpcMessage {
};