MSimpleWinfoWatcher Class Reference

class MSimpleWinfoWatcher

MSimpleWinfoWatcher

SIMPLE Engine watcher info subscriber

simpleengine
Since
S60 3.2

Member Functions Documentation

Close()

void Close ( ) [pure virtual]

Destroy this entity

Since
S60 3.2

Connection()

const MSimpleConnection & Connection ( ) [pure virtual]

Getter for the SIMPLE engine connection.

Since
S60 3.2

SIPRetryAfter()

TUint SIPRetryAfter ( ) [pure virtual]

SIP Retry-after header value accessor. Get the SIP retry-fater header value of the last completed request. Refer to RFC3261, RFC3265, RFC3903.

Since
S60 3.2

SIPStatus()

TUint SIPStatus ( ) [pure virtual]

SIP Status code accessor. Get the status of the last completed request. Refer to RFC3261, RFC3265, RFC3903.

Since
S60 3.2

SubscribeWatcherListL(MSimpleFilterDocument *)

TInt SubscribeWatcherListL ( MSimpleFilterDocument * aFilter ) [pure virtual]

Subscribe watcher info.

Since
S60 3.2

Parameters

MSimpleFilterDocument * aFilter filter data, may be null and then you'll get all the changes in WINFO.

UnsubscribeL()

TInt UnsubscribeL ( ) [pure virtual]

Unsubscribe. Leaves with KErrNotFound if there is no active subscription.

Since
S60 3.2