MonobjcMonobjc Documented Class Library
TxPower Property
NamespacesMonobjc.CoreWLANCWInterfaceTxPower

Current target transmit power (mW) of the CoreWLAN interface.

Dynamically queries the interface for the current transmit power.

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

Available in Mac OS X v10.6 and later.

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

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