Contents

suspendStream

Temporarily suspend data flow on the stream.

Declaration

virtual IOReturn suspendStream(
 void);

Return Value

Returns kIOReturnSuccess if the stream was successfully suspended.

Overview

This must be implemented by a subclass.

See Also

Stream control