C# 클래스 Brunet.Simulator.Tasks.ChotaLikeConnection

상속: ConnectionTask
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_rtt Rtt

공개 메소드들

메소드 설명
ChotaLikeConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
AreConnectedHandler ( ) : void
RttHandler ( object rtt_task, EventArgs eh ) : void
SecurityAssociationEstablished ( ) : void

메소드 상세

AreConnectedHandler() 보호된 메소드

protected AreConnectedHandler ( ) : void
리턴 void

ChotaLikeConnection() 공개 메소드

public ChotaLikeConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
node0 NodeMapping
node1 NodeMapping
secure bool
finished EventHandler
리턴 System

RttHandler() 보호된 메소드

protected RttHandler ( object rtt_task, EventArgs eh ) : void
rtt_task object
eh System.EventArgs
리턴 void

SecurityAssociationEstablished() 보호된 메소드

protected SecurityAssociationEstablished ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

_rtt 보호되어 있는 프로퍼티

protected Rtt _rtt
리턴 Rtt