init(ssid:signalStrength:isConnected:)
Creates an accessory scan result.
Declaration
init(ssid: WISSID?, signalStrength: Double, isConnected: Bool)Parameters
- ssid:
The SSID of the discovered network.
- signalStrength:
The signal strength value, between
0.0and1.0. - isConnected:
A Boolean that indicates whether the accessory is connected to this network.