IOServiceMatchingCallback
Callback function to be notified of IOService publication.
Declaration
typealias IOServiceMatchingCallback = (UnsafeMutableRawPointer?, io_iterator_t) -> VoidParameters
- refcon:
The refcon passed when the notification was installed.
- iterator:
The notification iterator which now has new objects.