示例#1
0
 public long DJFax_GetRcvBytes(Int32 wChnlNo)
 {
     lock (syncObj)
     {
         return(D160X.DJFax_GetRcvBytes(wChnlNo));
     }
 }