Contents

deviceBrowser(_:didAdd:moreComing:)

Tells the delegate that a device has been added.

Declaration

func deviceBrowser(_ browser: ICDeviceBrowser, didAdd device: ICDevice, moreComing: Bool)

Discussion

If several devices are found during the initial search, then this message is sent once for each device with the value of moreComing set to true in each message except the last one.

Not all devices are reported using this method. Devices that fail to communicate successfully are silently ignored.

See Also

Adding and Removing Devices