SetCommBreak function kernel32

int SetCommBreak(
  1. int hFile
)

Suspends character transmission for a specified communications device and places the transmission line in a break state until the ClearCommBreak function is called.

BOOL SetCommBreak(
  HANDLE hFile
);

Implementation

int SetCommBreak(int hFile) => _SetCommBreak(hFile);