コード例 #1
0
ファイル: UnsafeNativeMethods.cs プロジェクト: davidajulio/hx
 public Boolean SetCommTimeouts(IntPtr handle, ref CommTimeouts commTimeouts)
 {
     return UnsafeNativeMethods.SetCommTimeouts(handle, ref commTimeouts);
 }
コード例 #2
0
ファイル: UnsafeNativeMethods.cs プロジェクト: davidajulio/hx
 public static extern Boolean SetCommTimeouts(
     IntPtr handle,
     ref CommTimeouts commTimeouts);
コード例 #3
0
ファイル: BarCodeReader.cs プロジェクト: davidajulio/hx
 public Boolean SetCommTimeouts(IntPtr handle, ref CommTimeouts commTimeouts)
 {
     return true;
 }