C# Class Brunet.Connections.ConnectionPacketHandler.CphState

Inheritance: ILinkLocker
显示文件 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_oe property

public Edge Edge
return Edge

LM public_oe property

public LinkMessage,Brunet.Connections LM
return LinkMessage

_target_lock protected_oe property

protected Address _target_lock
return Address