Exemplo n.º 1
0
 /// <summary>
 /// Check if theres a data availableto be read
 /// </summary>
 /// <returns></returns>
 //Arun Geo Thomas
 public Boolean checkCount()
 {
     return(InputBuffer.Count > 0 ? true : callBackObject.CheckInputQueueCount());
 }