Property | Type | Description | |
---|---|---|---|
IsInbound | bool |
Property | Type | Description | |
---|---|---|---|
_create_dt | System.DateTime | ||
_edge_no | long | ||
_is_closed | int | ||
_last_in_packet_datetime | long | ||
_last_out_packet_datetime | long | ||
_send_cb | IEdgeSendHandler |
Method | Description | |
---|---|---|
Close ( ) : bool | ||
CompareTo ( object e ) : int | ||
CreateInstance ( object n, string uri ) : Edge | ||
GetEdgeNum ( long num ) : Edge | ||
ReceivedPacketEvent ( Brunet.Util b ) : void | ||
Send ( Brunet.Util p ) : void | ||
ToString ( ) : string | ||
ToUri ( ) : string |
Method | Description | |
---|---|---|
AllocEdgeNum ( Edge e ) : long | ||
Edge ( IEdgeSendHandler esh, bool is_in ) : System | ||
ReleaseEdgeNum ( long num ) : void |
Method | Description | |
---|---|---|
Edge ( ) : System |
protected static AllocEdgeNum ( Edge e ) : long | ||
e | Edge | |
return | long |
public static CreateInstance ( object n, string uri ) : Edge | ||
n | object | |
uri | string | |
return | Edge |
protected Edge ( IEdgeSendHandler esh, bool is_in ) : System | ||
esh | IEdgeSendHandler | |
is_in | bool | |
return | System |
public ReceivedPacketEvent ( Brunet.Util b ) : void | ||
b | Brunet.Util | |
return | void |
protected static ReleaseEdgeNum ( long num ) : void | ||
num | long | |
return | void |
protected long _last_out_packet_datetime | ||
return | long |