Contents

interface(withName:)

Returns the Wi-Fi interface with the given name.

Declaration

func interface(withName interfaceName: String?) -> CWInterface?

Parameters

Return Value

The CWInterface object bound to the given interface name, or the default interface if no name is specified.

See Also

Getting Interfaces