CConnMonDeleteConnection Class Reference

#include <mw/rconnmon.h>

Link against: CONNMON.LIB

class CConnMonDeleteConnection : public CConnMonEventBase

Inherits from

Detailed Description

This event is triggered when a connection has been deleted. The connection ID passed in the event is the connection ID of the deleted connection.

Constructor & Destructor Documentation

CConnMonDeleteConnection ( const TUint, const TUint, const TUint, const TBool )

CConnMonDeleteConnection(const TUintaConnectionId,
const TUintaDownlinkData,
const TUintaUplinkData,
const TBoolaAuthDelete
)

Constructor.

ParameterDescription
aConnectionIdConnection ID.
aDownlinkDataDownlink data volume.
aUplinkDataUplink data volume.
aAuthDeleteWas connection stopped in an authoritative way.

~CConnMonDeleteConnection ( )

~CConnMonDeleteConnection()

Destructor.

Member Function Documentation

AuthoritativeDelete ( )

IMPORT_C TBoolAuthoritativeDelete()const

Checks if the connection was stopped in an authoritative way. ETrue will be returned if the user has deactivated the connection by using Connection Monitor or if some application has issued RConnection::Stop( RConnection::EStopAuthoritative ).

Returns: ETrue if connection has been deactivated in an authoritative way, otherwise returns EFalse.

DownlinkData ( )

IMPORT_C TUintDownlinkData()const

Gets the downlink data volume.

Returns: Downlink data volume in bytes.

UplinkData ( )

IMPORT_C TUintUplinkData()const

Gets the uplink data volume.

Returns: Uplink data volume in bytes.