Desktop Functions: Smart Device Functions:
|
Search Results for "ClearCommBreak" in [All]kernel32
static extern bool ClearCommBreak(IntPtr hFile);
Declare Auto Function ClearCommBreak Lib "kernel32.dll" (hFile As IntPtr) As Boolean
SETBREAK = 8, //Suspends character transmission and places the transmission line in a break state until the ClearCommBreak function is called 3: SetCommBreak
ClearCommBreak(hCOM); |