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 TUintaConnectionId,
const TUintaTransmitPower
)

Constructor.

Parameters

const TUint aConnectionIdConnection ID.
const TUint aTransmitPowerTransmit power in mW.

~CConnMonTransmitPowerChange()

~CConnMonTransmitPowerChange()

Destructor.

Member Functions Documentation

TransmitPower()

IMPORT_C TUintTransmitPower()const

Gets the transmit power.

Member Data Documentation

TUint iTransmitPower

TUint iTransmitPower[private]