Contents

scanForNetworks(withName:includeHidden:)

Scans for networks with the name you specify, optionally including hidden networks.

Declaration

func scanForNetworks(withName networkName: String?, includeHidden: Bool) throws -> Set<CWNetwork>

See Also

Instance Methods