typedef IOReturn (OSObject::*IONPAction)(IONetworkParameter * param, UInt32 accessType, void * arg);
Implemented by the registered access notification target..
Name Description param The IONetworkParameter object that has received a request, and is also the sender of the notification. access The type of access requested. The possible values are, kIONPAccessRead, kIONPAccessWrite, or kIONPAccessReset. arg An argument set when the notification handler was registered.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)