ClearCommBreak function kernel32

int ClearCommBreak(
  1. int hFile
)

Restores character transmission for a specified communications device and places the transmission line in a nonbreak state.

BOOL ClearCommBreak(
  HANDLE hFile
);

Implementation

int ClearCommBreak(int hFile) => _ClearCommBreak(hFile);