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.
Temporarily suspend data flow on the stream.
virtual IOReturn suspendStream(
void);Returns kIOReturnSuccess if the stream was successfully suspended.
This must be implemented by a subclass.