Contents

deviceBrowserDidEnumerateLocalDevices(_:)

Tells the delegate that the device browser has completed sending Devicebrowser(_:didadd:morecoming:) for all local devices.

Declaration

optional func deviceBrowserDidEnumerateLocalDevices(_ browser: ICDeviceBrowser)

Discussion

Detecting locally connected devices (USB and FireWire devices) is faster than detecting devices connected using a network protocol. An Image Capture client application may use this message to update its user interface to let the user know that it has completed looking for locally connected devices and then started looking for network devices.

See Also

Adding and Removing Devices