IONetworkParameter.h



Typedefs

IONPAction

typedef IOReturn (OSObject::*IONPAction)(IONetworkParameter * param,
                                         UInt32               accessType,
                                         void *               arg);

Implemented by the registered access notification target..

Parameters

NameDescription
paramThe IONetworkParameter object that has received a request, and is also the sender of the notification.
accessThe type of access requested. The possible values are, kIONPAccessRead, kIONPAccessWrite, or kIONPAccessReset.
argAn argument set when the notification handler was registered.

© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)