C# 클래스 Brunet.Connections.ConnectionPacketHandler.CphState

상속: ILinkLocker
파일 보기 프로젝트 열기: johnynek/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Edge Edge
LM LinkMessage

보호된 프로퍼티들

프로퍼티 타입 설명
_target_lock Address

공개 메소드들

메소드 설명
AllowLockTransfer ( Address a, string contype, ILinkLocker new_locker ) : bool
CphState ( Edge e, LinkMessage lm ) : System

메소드 상세

AllowLockTransfer() 공개 메소드

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

CphState() 공개 메소드

public CphState ( Edge e, LinkMessage lm ) : System
e Edge
lm LinkMessage
리턴 System

프로퍼티 상세

Edge 공개적으로 프로퍼티

public Edge Edge
리턴 Edge

LM 공개적으로 프로퍼티

public LinkMessage,Brunet.Connections LM
리턴 LinkMessage

_target_lock 보호되어 있는 프로퍼티

protected Address _target_lock
리턴 Address