Location:
cs_subconevents.h
Link against: subconparams.lib
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 Error()
method
Meta::SMetaDataECom
- No description.
CSubConNotificationEvent
- (No abstract)
CSubConGenEventSubConDown
- Subconnection down event
Defined in CSubConGenEventSubConDown
:
CSubConGenEventSubConDown()
, Error()
, GetAttribPtr()
, GetVDataTable()
, NewL()
, SetError()
, iError
, iVDataTable
, ~CSubConGenEventSubConDown()
Inherited from CSubConNotificationEvent
:
GroupId()
,
Id()
,
IsGeneric()
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: TInt iError;