Contents

unconfiguredAccessories

The set of unconfigured accessories that have been discovered.

Declaration

var unconfiguredAccessories: Set<EAWiFiUnconfiguredAccessory> { get }

Discussion

The set of accessories in this property represents a snapshot that includes only those objects that match the filter predicate defined when starting the search. You can think of this property as representing the primary list of unconfigured accessories that have been found. Note that the accessoryBrowser(_:didFindUnconfiguredAccessories:) delegate method is called when accessories are added to this list; similarly, accessoryBrowser(_:didRemoveUnconfiguredAccessories:) is called when accessories are removed from this list.

See Also

Finding and Configuring Accessories