MonobjcMonobjc Documented Class Library
CWInterface Constructor (name)
NamespacesMonobjc.CoreWLANCWInterfaceCWInterface(NSString)

Convenience method for getting an CWInterface object with the specified name.

Original signature is '- (CWInterface*)initWithInterfaceName:(NSString*)name '

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public CWInterface(
	NSString name
)
Public Sub New ( _
	name As NSString _
)
public:
CWInterface(
	NSString^ name
)
Parameters
name (NSString)
An NSString representing the name of an Airport interface.
Return Value
An CWInterface object configured to control the named CoreWLAN interface.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)