Esempio n. 1
0
		[DllImport("kernel32")] public static extern int GetCommState(int nCid, ref DCB lpDCB);
Esempio n. 2
0
		[DllImport("kernel32")] public static extern int BuildCommDCB(string lpDef, ref DCB lpDCB);
Esempio n. 3
0
		[DllImport("kernel32")] public static extern int BuildCommDCBAndTimeouts(string lpDef, ref DCB lpDCB, ref COMMTIMEOUTS lpCommTimeouts);
Esempio n. 4
0
		[DllImport("kernel32")] public static extern int SetCommState(HANDLE hCommDev, ref DCB lpDCB);