Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: cs_subconevents.h
Link against: subconparams.lib

Class CSubConGenEventSubConDown

class CSubConGenEventSubConDown : public CSubConNotificationEvent;

Description

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

Derivation

Members

Defined in CSubConGenEventSubConDown:
CSubConGenEventSubConDown(), Error(), GetAttribPtr(), GetVDataTable(), NewL(), SetError(), iError, iVDataTable, ~CSubConGenEventSubConDown()

Inherited from CSubConNotificationEvent:
GroupId(), Id(), IsGeneric()


Construction and destruction


NewL()

static inline CSubConGenEventSubConDown *NewL();

Description

Creates a sub-connection down event.

Return value

CSubConGenEventSubConDown *

a CSubConGenEventSubConDown pointer if successful, otherwise leaves with system error code.


CSubConGenEventSubConDown()

inline CSubConGenEventSubConDown();

Description

Empty CSubConGenEventSubConDown constructor


~CSubConGenEventSubConDown()

virtual ~CSubConGenEventSubConDown();

Description

Empty (virtual) sub-connection down event destructor

[Top]


Member functions


Error()

inline TInt Error() const;

Description

Gets Error value.

Return value

TInt

error value.


SetError()

inline void SetError(TInt aError);

Description

Sets Error value.

Parameters

TInt aError

error value.


GetVDataTable()

protected: virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

protected: virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

[Top]


Member data


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description


iError

protected: TInt iError;

Description