C# Class Brunet.Connections.ConnectionPacketHandler.CphState

Inheritance: ILinkLocker
Afficher le fichier Open project: johnynek/brunet

Méthodes publiques

Свойство Type Description
Edge Edge
LM LinkMessage

Protected Properties

Свойство Type Description
_target_lock Address

Méthodes publiques

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

Method Details

AllowLockTransfer() public méthode

public AllowLockTransfer ( Address a, string contype, ILinkLocker new_locker ) : bool
a Address
contype string
new_locker ILinkLocker
Résultat bool

CphState() public méthode

public CphState ( Edge e, LinkMessage lm ) : System
e Edge
lm LinkMessage
Résultat System

Property Details

Edge public_oe property

public Edge Edge
Résultat Edge

LM public_oe property

public LinkMessage,Brunet.Connections LM
Résultat LinkMessage

_target_lock protected_oe property

protected Address _target_lock
Résultat Address