class CConnMonEventBase : public CBase |
Base class for all ConnMon event types.
void CMyConnMonObserver::EventL( const CConnMonEventBase& aEvent ) { switch( aEvent.EventType() ) { case EConnMonCreateConnection: CConnMonCreateConnection* realEvent; realEvent = (CConnMonCreateConnection*) &aEvent; //...
Public Member Functions | |
---|---|
CConnMonEventBase (const TInt , const TUint ) | |
~CConnMonEventBase () | |
IMPORT_C TUint | ConnectionId () |
IMPORT_C TInt | EventType () |
Private Attributes | |
---|---|
TUint | iConnectionId |
TInt | iEventType |
CConnMonEventBase | ( | const TInt | aEventType, |
const TUint | iConnectionId | ||
) |
Constructor.
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.