Contents

start

During an IOService instantiation, the start method is called when the IOService has been selected to run on the provider.

Declaration

virtual bool start(
 IOService *provider );

Return Value

Return true if the start was successful, false otherwise (which will cause the instance to be detached and usually freed).

Overview

See IOService for discussion.

See Also

Miscellaneous