MonobjcMonobjc Documented Class Library
SupportedPHYModes Property
NamespacesMonobjc.CoreWLANCWInterfaceSupportedPHYModes

Array PHY modes (NSNumber) supported by the CoreWLAN interface.

Dynamically queries the interface for the supported PHY modes.

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

Available in Mac OS X v10.6 and later.

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

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