Example #1
0
 public Boolean SetCommTimeouts(IntPtr handle, ref CommTimeouts commTimeouts)
 {
     return UnsafeNativeMethods.SetCommTimeouts(handle, ref commTimeouts);
 }
Example #2
0
 public static extern Boolean SetCommTimeouts(
     IntPtr handle,
     ref CommTimeouts commTimeouts);
Example #3
0
 public Boolean SetCommTimeouts(IntPtr handle, ref CommTimeouts commTimeouts)
 {
     return true;
 }