C# Class Brunet.Connections.ConnectionPacketHandler.CphState

Inheritance: ILinkLocker
Show file Open project: johnynek/brunet

Public Properties

Property Type Description
Edge Edge
LM LinkMessage

Protected Properties

Property Type Description
_target_lock Address

Public Methods

Method Description
AllowLockTransfer ( Address a, string contype, ILinkLocker new_locker ) : bool
CphState ( Edge e, LinkMessage lm ) : System

Method Details

AllowLockTransfer() public method

public AllowLockTransfer ( Address a, string contype, ILinkLocker new_locker ) : bool
a Address
contype string
new_locker ILinkLocker
return bool

CphState() public method

public CphState ( Edge e, LinkMessage lm ) : System
e Edge
lm LinkMessage
return System

Property Details

Edge public property

public Edge Edge
return Edge

LM public property

public LinkMessage,Brunet.Connections LM
return LinkMessage

_target_lock protected property

protected Address _target_lock
return Address