#include <cs_subconevents.h>
class CSubConGenEventSubConDown : public CSubConNotificationEvent |
Protected Attributes | |
---|---|
DATA_VTABLE TInt | iError |
Public Member Functions | |
---|---|
CSubConGenEventSubConDown() | |
virtual | ~CSubConGenEventSubConDown() |
TInt | Error() |
CSubConGenEventSubConDown * | NewL() |
void | SetError(TInt) |
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
DATA_VTABLE TInt | iError | [protected] |
CSubConGenEventSubConDown | ( | ) | [inline] |
Empty CSubConGenEventSubConDown constructor
~CSubConGenEventSubConDown | ( | ) | [virtual] |
CSubConGenEventSubConDown * | NewL | ( | ) | [static, inline] |
Creates a sub-connection down event.