attach
Attaches an IOService client to a provider in the registry.
Declaration
virtual bool attach(
IOService *provider );Parameters
- provider:
The IOService object which will serve as this objects provider.
Return Value
false if the provider is inactive or on a resource failure, otherwise true.
Overview
See IOService for discussion.