Serial Framework C++ Edition

◆ ClearCommBreak()

int ClearCommBreak ( ) const

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

Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A communications device is placed in a break state by the SetCommBreak or EscapeCommFunction function. Character transmission is then suspended until the break state is cleared by calling ClearCommBreak.