Important: The information in this document is obsolete and should not be used for new development.
SerClrBrk
You can use theSerClrBrk
function to deassert the break signal.
FUNCTION SerClrBrk (refNum: Integer): OSErr;
refNum
- The driver reference number of the serial output driver.
DESCRIPTION
TheSerClrBrk
function restores the output driver to normal operation after asserting a break signal with theSerSetBrk
function.ASSEMBLY-LANGUAGE INFORMATION
TheSerClrBrk
function is equivalent to a Device Manager control request with acsCode
value of 11.RESULT CODES
noErr 0 No error