Contents

getClientIterator

Returns an iterator over an IOService object's clients.

Declaration

virtual OSIterator * getClientIterator(
 void ) const;

Return Value

An iterator over the clients of the provider, or zero if there is a resource failure. The iterator must be released when the iteration is finished. All objects returned by the iteration are retained while the iterator is valid, though they may no longer be attached during the iteration.

Overview

For IOService objects that may have multiple clients, this method supplies an iterator over a provider's clients.

See Also

Miscellaneous