MonobjcMonobjc Documented Class Library
SupportedChannels Property
NamespacesMonobjc.CoreWLANCWInterfaceSupportedChannels

Array of channels (NSNumber) supported by the CoreWLAN interface for the active country code.

Dynamically queries the interface for the supported channels.

Original signature is '@property( readonly) NSArray*supportedChannels ;'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray SupportedChannels { get; }
Public Overridable ReadOnly Property SupportedChannels As NSArray
	Get
public:
virtual property NSArray^ SupportedChannels {
	NSArray^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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