示例#1
0
 /// <summary>
 /// Gets the actual data of the input channel.
 /// </summary>
 public CnlData GetCnlData(int cnlNum)
 {
     return(archiveLogic.GetCnlData(cnlNum, Timestamp));
 }