class CConnMonDeleteConnection : public CConnMonEventBase |
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.
CONNMON.LIB
Public Member Functions | |
---|---|
CConnMonDeleteConnection(const TUint, const TUint, const TUint, const TBool) | |
~CConnMonDeleteConnection() | |
IMPORT_C TBool | AuthoritativeDelete() |
IMPORT_C TUint | DownlinkData() |
IMPORT_C TUint | UplinkData() |
Private Attributes | |
---|---|
TBool | iAuthDelete |
TUint | iDownlinkData |
TUint | iUplinkData |
CConnMonDeleteConnection | ( | const TUint | aConnectionId, |
const TUint | aDownlinkData, | ||
const TUint | aUplinkData, | ||
const TBool | aAuthDelete | ||
) |
Constructor.
IMPORT_C TBool | AuthoritativeDelete | ( | ) | 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 ).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.