C# Class Brunet.Simulator.Tasks.ChotaLikeConnection

Inheritance: ConnectionTask
Datei anzeigen Open project: pstjuste/brunet

Protected Properties

Property Type Description
_rtt Rtt

Public Methods

Method Description
ChotaLikeConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
Start ( ) : void

Protected Methods

Method Description
AreConnectedHandler ( ) : void
RttHandler ( object rtt_task, EventArgs eh ) : void
SecurityAssociationEstablished ( ) : void

Method Details

AreConnectedHandler() protected method

protected AreConnectedHandler ( ) : void
return void

ChotaLikeConnection() public method

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

RttHandler() protected method

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

SecurityAssociationEstablished() protected method

protected SecurityAssociationEstablished ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

_rtt protected_oe property

protected Rtt _rtt
return Rtt