C# Class Brunet.Transport.FunctionEdge

Inheritance: Edge
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_l_id int
_local_ta TransportAddress
_partner FunctionEdge
_r_id int
_remote_ta TransportAddress

Public Methods

Method Description
FunctionEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System

Method Details

FunctionEdge() public method

public FunctionEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System
s IEdgeSendHandler
local_id int
remote_id int
is_in bool
return System

Property Details

_l_id protected property

protected int _l_id
return int

_local_ta protected property

protected TransportAddress,Brunet.Transport _local_ta
return TransportAddress

_partner protected property

protected FunctionEdge,Brunet.Transport _partner
return FunctionEdge

_r_id protected property

protected int _r_id
return int

_remote_ta protected property

protected TransportAddress,Brunet.Transport _remote_ta
return TransportAddress