The SetVirtualPortBreak method suspends character transmission for a specified communications device and places the transmission line of virtual serial port in a break state.
| VARIANT_BOOL SetVirtualPortBreak( | ||
| VARIANT_BOOL Break | ||
| ); | ||
Parameters
Break - New status of BREAK signal.
Return Values If the function succeeds, the return value is TRUE, otherwise FALSE.
Remarks |
||
| This method allows you to set Break signal in virtual serial port forcibly, without waiting for events. | ||