Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: SIP_subconevents.h
Link against: sipparams.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CSubConSIPResponseEvent

class CSubConSIPResponseEvent : public CSubConNotificationEvent;

Description

CSubConSIPResponseEvent is used to get and set the response elements of the most recent response

Derivation

Members

Defined in CSubConSIPResponseEvent:
CSubConSIPResponseEvent(), EInvalidResponse, GetAttribPtr(), GetResponse(), GetVDataTable(), NewL(), PredefinedResponses, SetResponse(), iResponse, iVDataTable, ~CSubConSIPResponseEvent()

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


Construction and destruction


NewL()

static inline CSubConSIPResponseEvent *NewL();

Description

Return value

CSubConSIPResponseEvent *


CSubConSIPResponseEvent()

inline CSubConSIPResponseEvent();

Description

Constructor.


~CSubConSIPResponseEvent()

virtual ~CSubConSIPResponseEvent();

Description

Destructor.

[Top]


Member functions


SetResponse()

inline void SetResponse(TInt aResponse);

Description

Sets Response Code of the SIP Response. *

Parameters

TInt aResponse


GetResponse()

inline TInt GetResponse() const;

Description

Gets Response Code of the SIP Response. *

Return value

TInt


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 enumerations


Enum PredefinedResponses

PredefinedResponses

Description

Identifies the predefined type of Response .

EInvalidResponse

The numeric value of Invalid Response

[Top]


Member data


iResponse

protected: TInt iResponse;

Description

The Response Code of the SIP reasponse.


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description