コード例 #1
0
ファイル: UNICAST.cs プロジェクト: curasystems/externals
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="uni">UNICAST Protocol associated with the Entry</param>
 public Entry(UNICAST uni)
 {
     this.uni = uni;
     sent_msgs_seqno = uni.getInitialSeqno();
 }
コード例 #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="uni">UNICAST Protocol associated with the Entry</param>
 public Entry(UNICAST uni)
 {
     this.uni        = uni;
     sent_msgs_seqno = uni.getInitialSeqno();
 }