프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Destination | Address | ||
Header | |||
Hops | short | ||
HopsTaken | short | ||
Node | |||
Options | ushort | ||
ReceivedFrom | ISender | ||
Source | Address | ||
Ttl | short |
메소드 | 설명 | |
---|---|---|
AHSender ( Node n, Address destination ) : System | ||
AHSender ( Node n, Address destination, short ttl, ushort options ) : System | ||
AHSender ( Node n, Address destination, ushort options ) : System | ||
AHSender ( Node n, ISender from, Address destination, short ttl, ushort options ) : System | ||
AHSender ( Node n, ISender from, Address destination, short ttl, ushort options, short hops_taken ) : System | ||
DefaultTTLFor ( int netsize ) : short | ||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
Send ( ICopyable data ) : void | ||
ToString ( ) : string | ||
ToUri ( ) : string |
메소드 | 설명 | |
---|---|---|
CreateInstance ( object node_ctx, string uri ) : |
메소드 | 설명 | |
---|---|---|
AHSender ( ) : System |
public AHSender ( Node n, Address destination ) : System | ||
n | Node | |
destination | Address | |
리턴 | System |
public AHSender ( Node n, Address destination, short ttl, ushort options ) : System | ||
n | Node | |
destination | Address | |
ttl | short | |
options | ushort | |
리턴 | System |
public AHSender ( Node n, Address destination, ushort options ) : System | ||
n | Node | |
destination | Address | |
options | ushort | |
리턴 | System |
public AHSender ( Node n, ISender from, Address destination, short ttl, ushort options ) : System | ||
n | Node | |
from | ISender | |
destination | Address | |
ttl | short | |
options | ushort | |
리턴 | System |
public AHSender ( Node n, ISender from, Address destination, short ttl, ushort options, short hops_taken ) : System | ||
n | Node | |
from | ISender | |
destination | Address | |
ttl | short | |
options | ushort | |
hops_taken | short | |
리턴 | System |
protected static CreateInstance ( object node_ctx, string uri ) : |
||
node_ctx | object | |
uri | string | |
리턴 |