static extern bool ClearCommError (int handle, out uint errors, out CommStat stat);
		static bool ClearCommError (int handle, out uint errors, out CommStat stat)
		{
			throw new System.NotImplementedException();
		}
 static extern bool ClearCommError(int handle, out uint errors, out CommStat stat);
Example #4
0
 static bool ClearCommError(int handle, out uint errors, out CommStat stat)
 {
     throw new System.NotImplementedException();
 }