コード例 #1
0
		static extern bool ClearCommError (int handle, out uint errors, out CommStat stat);
コード例 #2
0
		static bool ClearCommError (int handle, out uint errors, out CommStat stat)
		{
			throw new System.NotImplementedException();
		}
コード例 #3
0
 static extern bool ClearCommError(int handle, out uint errors, out CommStat stat);
コード例 #4
0
 static bool ClearCommError(int handle, out uint errors, out CommStat stat)
 {
     throw new System.NotImplementedException();
 }