Message P2pnsResolveCall

File: Common/CommonMessages.msg

P2PNS Resolve RPC Call

Author: Ingmar Baumgart

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:

BaseCallMessage

A basic Remote-Procedure-Call message

Fields:

Name Type Description
p2pName BinaryValue

the name to register

Source code:

message P2pnsResolveCall extends BaseCallMessage
{
    fields:
        BinaryValue p2pName;    // the name to register
};