|
||
class CSubConGenEventSubConDown : public CSubConNotificationEvent;
Subconnection down event.
This event occurs when the underlying sub-connection has been lost. This could be due to request for it to be closed, or some
error on the network. The error status is presented via the CSubConGenEventSubConDown::Error()const
method
Meta::SMetaDataECom
- No description.
CSubConNotificationEvent
- (No abstract)
CSubConGenEventSubConDown
- Subconnection down event.
Defined in CSubConGenEventSubConDown
:
CSubConGenEventSubConDown()
Empty CSubConGenEventSubConDown constructor Error()const
Gets Error value.GetAttribPtr(const TInt)const
GetVDataTable()const
NewL()
Creates a sub-connection down event.SetError(TInt)
Sets Error value.TypeId()
iError
iVDataTable
~CSubConGenEventSubConDown()
Empty (virtual) sub-connection down event destructor Inherited from CSubConNotificationEvent
:
GroupId()const
Provides the group id (Uid) of the eventId()const
Provides the sub-type Id of the eventIsGeneric()const
Check whether an event is a generic event (not an extension)NewL(const STypeId &)
Creates a new sub-connection event using ECOM to load the DLL plugin that implem...NewL(const TNotificationEventBuf &)
Creates a new sub-connection event using ECOM to load the DLL plugin that implem...static inline CSubConGenEventSubConDown* NewL();
Creates a sub-connection down event.
|
virtual ~CSubConGenEventSubConDown();
Empty (virtual) sub-connection down event destructor
inline void SetError(TInt aError);
Sets Error value.
|
protected: virtual Meta::SVDataTableEntry const* GetVDataTable() const;
|
protected: virtual TUint8* GetAttribPtr(const TInt aOffset) const;
|
|
protected: const Meta::SVDataTableEntry iVDataTable[]={ { KSubConnGenericEventsImplUid , reinterpret_cast<Meta::TMetaTypeNewL>(
KSubConGenericEventSubConDown ) },
{ (((TInt)&((( CSubConGenEventSubConDown *)0x1000)-> iError ))-0x1000), Meta:: TMetaNumber ::NewL },
{ 0, 0 }};
protected: TInt iError;