class CConnMonBearerGroupChange : public CConnMonEventBase |
This event is triggered when there is a change in bearer group information for an existing connection. The connection ID passed in the event is the respective connection specific ID. The same information can be retrieved with packaged attribute KBearerGroupInfo. The bearer group bitmask is defined in TConnMonBearerGroup.
Note: The client needs to set the TUint attribute KBearerGroupThreshold in order to receive these events. This also disables EConnMonBearerChange events.
CONNMON.LIB
Public Member Functions | |
---|---|
CConnMonBearerGroupChange(const TUint, const TUint, const TUint, const TBool) | |
~CConnMonBearerGroupChange() | |
IMPORT_C void | BearerGroups(TUint &, TUint &) |
IMPORT_C TBool | Internal() |
Private Attributes | |
---|---|
TUint | iBearerGroups1 |
TUint | iBearerGroups2 |
TBool | iInternal |
CConnMonBearerGroupChange | ( | const TUint | aConnectionId, |
const TUint | aBearerGroups1, | ||
const TUint | aBearerGroups2, | ||
const TBool | aInternal | ||
) |
Constructor.
IMPORT_C void | BearerGroups | ( | TUint & | aBearerGroups1, |
TUint & | aBearerGroups2 | |||
) | const |
Gets the new bearer groups. Values are defined in TConnMonBearerGroup.
IMPORT_C TBool | Internal | ( | ) | const |
Gets the information whether the current connection bearer is internal or external.
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.