C# Class Brunet.Transport.FunctionEdge

Inheritance: Edge
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_l_id int
_local_ta TransportAddress
_partner FunctionEdge
_r_id int
_remote_ta TransportAddress

Méthodes publiques

Méthode Description
FunctionEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System

Method Details

FunctionEdge() public méthode

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
Résultat System

Property Details

_l_id protected_oe property

protected int _l_id
Résultat int

_local_ta protected_oe property

protected TransportAddress,Brunet.Transport _local_ta
Résultat TransportAddress

_partner protected_oe property

protected FunctionEdge,Brunet.Transport _partner
Résultat FunctionEdge

_r_id protected_oe property

protected int _r_id
Résultat int

_remote_ta protected_oe property

protected TransportAddress,Brunet.Transport _remote_ta
Résultat TransportAddress