Class KbrRpcContext

File: src/applications/kbrtestapp/KBRTestMessage.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
destKey OverlayKey

the key to search for

destAddr TransportAddress

the destination address of the node for node lookups

measurementPhase bool

if false, this msg doesn't count for statistics

Source code:

class KbrRpcContext
{
    OverlayKey destKey = OverlayKey::UNSPECIFIED_KEY; // the key to search for
    TransportAddress destAddr = TransportAddress::UNSPECIFIED_NODE; // the destination address of the node for node lookups
    bool measurementPhase;  // if false, this msg doesn't count for statistics
}