MonobjcMonobjc Documented Class Library
PhyMode Property
NamespacesMonobjc.CoreWLANCWInterfacePhyMode

Current active PHY mode of the CoreWLAN interface.

Dynamically queries the interface for the current active PHY mode.

Original signature is '@property( readonly) NSNumber*phyMode ;'

Available in Mac OS X v10.6 and later.

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

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