stopStream
Stop sending data on a stream.
Declaration
virtual IOReturn stopStream(
void);Return Value
Returns kIOReturnSuccess if the stream was successfully stopped.
Overview
This must be implemented by a subclass.
Stop sending data on a stream.
virtual IOReturn stopStream(
void);Returns kIOReturnSuccess if the stream was successfully stopped.
This must be implemented by a subclass.