C# Class Brunet.Transport.UdpEdge

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

Protected Properties

Свойство Type Description
_id int
_localta TransportAddress
_pvlocal TransportAddress
_remoteid int
_remoteta TransportAddress
end System.Net.EndPoint

Méthodes publiques

Méthode Description
UdpEdge ( IEdgeSendHandler send_cb, bool is_in, System remote_end_point, System local_end_point, int id, int remoteid ) : System

Method Details

UdpEdge() public méthode

public UdpEdge ( IEdgeSendHandler send_cb, bool is_in, System remote_end_point, System local_end_point, int id, int remoteid ) : System
send_cb IEdgeSendHandler
is_in bool
remote_end_point System
local_end_point System
id int
remoteid int
Résultat System

Property Details

_id protected_oe property

protected int _id
Résultat int

_localta protected_oe property

protected TransportAddress,Brunet.Transport _localta
Résultat TransportAddress

_pvlocal protected_oe property

protected TransportAddress,Brunet.Transport _pvlocal
Résultat TransportAddress

_remoteid protected_oe property

protected int _remoteid
Résultat int

_remoteta protected_oe property

protected TransportAddress,Brunet.Transport _remoteta
Résultat TransportAddress

end protected_oe property

protected EndPoint,System.Net end
Résultat System.Net.EndPoint