Contents

IOServiceMatchingCallback

Callback function to be notified of IOService publication.

Declaration

typealias IOServiceMatchingCallback = (UnsafeMutableRawPointer?, io_iterator_t) -> Void

Parameters

  • refcon:

    The refcon passed when the notification was installed.

  • iterator:

    The notification iterator which now has new objects.

See Also

Callbacks