MUPnPAVBrowsingSessionObserver Class Reference

class MUPnPAVBrowsingSessionObserver : public MUPnPAVSessionObserverBase

Defines the response interface for the browsing session operations of the UPnP AV Controller.

Since
Series 60 3.1

Inherits from

Member Functions Documentation

BrowseResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &)

voidBrowseResponse(const TDesC8 &aBrowseResponse,
TIntaError,
TIntaMatches,
TIntaTotalCount,
const TDesC8 &aUpdateId
)[pure virtual]

Returns a browse result received from a Media Server.

Since
Series 60 3.1

Parameters

const TDesC8 & aBrowseResponsebrowse response xml document
TInt aErrorsystem wide error code
TInt aMatchesnumber of returned items
TInt aTotalCounttotal number of objects on container
const TDesC8 & aUpdateIdupdate id number

CreateContainerResponse(TInt, const TDesC8 &)

voidCreateContainerResponse(TIntaError,
const TDesC8 &aObjectId
)[pure virtual]

Notifies that the create container operation is complete.

Since
Series 60 3.1

Parameters

TInt aErrorstatus information
const TDesC8 & aObjectIdobject ID of the new container

DeleteObjectResponse(TInt)

voidDeleteObjectResponse(TIntaError)[pure virtual]

Notifies that the requested UPnP Object deletion is complete.

Since
Series 60 3.1

Parameters

TInt aError

MediaServerDisappeared(TUPnPDeviceDisconnectedReason)

voidMediaServerDisappeared(TUPnPDeviceDisconnectedReasonaReason)[pure virtual]

Notifies that the Media Server we have a session with has disappeared. Session is now unusable and must be closed.

Since
Series 60 3.1

Parameters

TUPnPDeviceDisconnectedReason aReasonreason code

ReserveLocalMSServicesCompleted(TInt)

voidReserveLocalMSServicesCompleted(TIntaError)[pure virtual]

Parameters

TInt aError

SearchCapabilitiesResponse(TInt, const TDesC8 &)

voidSearchCapabilitiesResponse(TIntaError,
const TDesC8 &aSearchCapabilities
)[pure virtual]

Returns search capabilities of the requested Media Server.

Since
Series 60 3.1

Parameters

TInt aError
const TDesC8 & aSearchCapabilitiesthe search capabilities

SearchResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &)

voidSearchResponse(const TDesC8 &aSearchResponse,
TIntaError,
TIntaMatches,
TIntaTotalCount,
const TDesC8 &aUpdateId
)[pure virtual]

Returns a search result received from a Media Server.

Parameters

const TDesC8 & aSearchResponsesearch response xml document
TInt aErrorsystem wide error code
TInt aMatchesnumber of returned items
TInt aTotalCounttotal number of resulted items
const TDesC8 & aUpdateIdupdate id number