Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 7 - Serial Driver / Serial Driver Reference
Serial Driver Routines /


SerClrBrk

You can use the SerClrBrk function to deassert the break signal.

FUNCTION SerClrBrk (refNum: Integer): OSErr;
refNum
The driver reference number of the serial output driver.
DESCRIPTION
The SerClrBrk function restores the output driver to normal operation after asserting a break signal with the SerSetBrk function.

ASSEMBLY-LANGUAGE INFORMATION
The SerClrBrk function is equivalent to a Device Manager control request with a csCode value of 11.

RESULT CODES
noErr0No error

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996