MonobjcMonobjc Documented Class Library
PowerSave Property
NamespacesMonobjc.CoreWLANCWInterfacePowerSave

Current power save state for the CoreWLAN interface.

Dynamically queries the interface for the current power save state.

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

Available in Mac OS X v10.6 and later.

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

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