class CConnMonDeleteSubConnection : public CConnMonEventBase |
This event is triggered when a subconnection has been deleted. Subconnections are not supported currently.
CONNMON.LIB
Public Member Functions | |
---|---|
CConnMonDeleteSubConnection(const TUint, const TUint, const TUint, const TUint, const TBool) | |
~CConnMonDeleteSubConnection() | |
IMPORT_C TBool | AuthoritativeDelete() |
IMPORT_C TUint | DownlinkData() |
IMPORT_C TUint | SubConnectionId() |
IMPORT_C TUint | UplinkData() |
Private Attributes | |
---|---|
TBool | iAuthDelete |
TUint | iDownlinkData |
TUint | iSubConnectionId |
TUint | iUplinkData |
CConnMonDeleteSubConnection | ( | const TUint | aConnectionId, |
const TUint | aSubConnectionId, | ||
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 ).
IMPORT_C TUint | SubConnectionId | ( | ) | const |
Gets the subconnection ID of the deleted subconnection.
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.