Property | Type | Description | |
---|---|---|---|
Delay | int | ||
LocalID | int | ||
Partner | SimulationEdge | ||
RemoteID | int | ||
SimEL | SimulationEdgeListener |
Property | Type | Description | |
---|---|---|---|
_local_ta | |||
_remote_ta | |||
_ta_type | TransportAddress.TAType |
Method | Description | |
---|---|---|
Push ( Brunet p ) : void |
Receive data from the remote end point.
|
|
SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in ) : System | ||
SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in, int delay ) : System | ||
SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in, int delay, |
Method | Description | |
---|---|---|
DelayedPush ( object o ) : void | ||
GetTransportAddress ( int id ) : |
protected GetTransportAddress ( int id ) : |
||
id | int | |
return |
public SimulationEdge ( 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 |
public SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in, int delay ) : System | ||
s | IEdgeSendHandler | |
local_id | int | |
remote_id | int | |
is_in | bool | |
delay | int | |
return | System |
public SimulationEdge ( IEdgeSendHandler s, int local_id, int remote_id, bool is_in, int delay, |
||
s | IEdgeSendHandler | |
local_id | int | |
remote_id | int | |
is_in | bool | |
delay | int | |
type | ||
return | System |
protected TransportAddress,Brunet.Transport _local_ta | ||
return |
protected TransportAddress,Brunet.Transport _remote_ta | ||
return |