CConnMonTransmitPowerChange Class Reference

class CConnMonTransmitPowerChange : public CConnMonEventBase

This event is triggered when the used WLAN transmit power changes. The connection ID passed in the event is the bearer specific connection ID EBearerIdWLAN. Transmit power is given in milliwatts (mW). The same information can be retrieved with TUint attribute KTransmitPower.

CONNMON.LIB

Inherits from

Constructor & Destructor Documentation

CConnMonTransmitPowerChange(const TUint, const TUint)

CConnMonTransmitPowerChange ( const TUint aConnectionId,
const TUint aTransmitPower
)

Constructor.

Parameters

const TUint aConnectionId Connection ID.
const TUint aTransmitPower Transmit power in mW.

~CConnMonTransmitPowerChange()

~CConnMonTransmitPowerChange ( )

Destructor.

Member Functions Documentation

TransmitPower()

IMPORT_C TUint TransmitPower ( ) const

Gets the transmit power.

Member Data Documentation

TUint iTransmitPower

TUint iTransmitPower [private]