#include <mw/rconnmon.h>
class CConnMonBearerInfoChange : public CConnMonEventBase |
Public Member Functions | |
---|---|
CConnMonBearerInfoChange(const TUint, const TInt) | |
~CConnMonBearerInfoChange() | |
IMPORT_C TInt | BearerInfo() |
This event is triggered when there is a change in bearer information for an existing connection, or if the network mode changes e.g. from 2G to 3G. For connection specific events, the connection ID passed in the event is the respective connection specific ID, and for network level events, the connection ID is EBearerIdAll. The same connection level information can be retrieved with TInt attribute KBearerInfo. The bearer info values are defined in TConnMonBearerInfo.
Note: The client needs to set the TUint attribute KBearerGroupThreshold in order to receive these events. This also disables EConnMonBearerChange events.
IMPORT_C TInt | BearerInfo | ( | ) | const |
Gets the new bearer information. Values are defined in TConnMonBearerInfo.
Returns: New bearer information.