C# Class Brunet.Graph.SendPacketResult

Datei anzeigen Open project: pstjuste/brunet

Public Properties

Property Type Description
Delay int
Destination Brunet.Symphony.AHAddress
Hops int

Public Methods

Method Description
SendPacketResult ( AHAddress addr, int delay, int hops ) : Brunet.Symphony

Method Details

SendPacketResult() public method

public SendPacketResult ( AHAddress addr, int delay, int hops ) : Brunet.Symphony
addr Brunet.Symphony.AHAddress
delay int
hops int
return Brunet.Symphony

Property Details

Delay public_oe property

public int Delay
return int

Destination public_oe property

public AHAddress,Brunet.Symphony Destination
return Brunet.Symphony.AHAddress

Hops public_oe property

public int Hops
return int