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