C# 클래스 Brunet.Transport.FunctionEdge

상속: Edge
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_l_id int
_local_ta TransportAddress
_partner FunctionEdge
_r_id int
_remote_ta TransportAddress

공개 메소드들

메소드 설명
FunctionEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System

메소드 상세

FunctionEdge() 공개 메소드

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
리턴 System

프로퍼티 상세

_l_id 보호되어 있는 프로퍼티

protected int _l_id
리턴 int

_local_ta 보호되어 있는 프로퍼티

protected TransportAddress,Brunet.Transport _local_ta
리턴 TransportAddress

_partner 보호되어 있는 프로퍼티

protected FunctionEdge,Brunet.Transport _partner
리턴 FunctionEdge

_r_id 보호되어 있는 프로퍼티

protected int _r_id
리턴 int

_remote_ta 보호되어 있는 프로퍼티

protected TransportAddress,Brunet.Transport _remote_ta
리턴 TransportAddress