CSubConGenEventSubConDown Class Reference

#include <cs_subconevents.h>

class CSubConGenEventSubConDown : public CSubConNotificationEvent

Detailed 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

since v9.1

Member Attribute Documentation

iError

DATA_VTABLE TIntiError[protected]

Constructor & Destructor Documentation

CSubConGenEventSubConDown ( )

CSubConGenEventSubConDown()[inline]

Empty CSubConGenEventSubConDown constructor

~CSubConGenEventSubConDown ( )

~CSubConGenEventSubConDown()[virtual]

Member Function Documentation

Error ( )

TInt Error()const [inline]

Gets Error value.

Return Value
error value.

NewL ( )

CSubConGenEventSubConDown *NewL()[static, inline]

Creates a sub-connection down event.

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

SetError ( TInt )

voidSetError(TIntaError)[inline]

Sets Error value.

Parameters
aErrorerror value.