예제 #1
0
파일: Win32Com.cs 프로젝트: mathias13/SBP
 internal static extern Boolean BuildCommDCBAndTimeouts(String lpDef, ref DCB lpDCB, ref COMMTIMEOUTS lpCommTimeouts);
예제 #2
0
파일: Win32Com.cs 프로젝트: mathias13/SBP
 internal static extern Boolean SetCommTimeouts(IntPtr hFile, [In] ref COMMTIMEOUTS lpCommTimeouts);
예제 #3
0
파일: Win32Com.cs 프로젝트: mathias13/SBP
 internal static extern Boolean GetCommTimeouts(IntPtr hFile, out COMMTIMEOUTS lpCommTimeouts);