MonobjcMonobjc Documented Class Library
Power Property
NamespacesMonobjc.CoreWLANCWInterfacePower

Current power state for the CoreWLAN interface.

Dynamically queries the interface for the current power state.

Original signature is '@property( readonly) BOOLpower ;'

Available in Mac OS X v10.6 and later.

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

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