MUPnPAVBrowsingSessionObserver Class Reference
class MUPnPAVBrowsingSessionObserver : public MUPnPAVSessionObserverBase |
Defines the response interface for the browsing session operations of the UPnP AV Controller.
Inherits from
- MUPnPAVBrowsingSessionObserver
Public Member Functions |
---|
void | BrowseResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &) |
void | CreateContainerResponse(TInt, const TDesC8 &) |
void | DeleteObjectResponse(TInt) |
void | MediaServerDisappeared(TUPnPDeviceDisconnectedReason) |
void | ReserveLocalMSServicesCompleted(TInt) |
void | SearchCapabilitiesResponse(TInt, const TDesC8 &) |
void | SearchResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &) |
Member Functions Documentation
BrowseResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &)
void | BrowseResponse | ( | const TDesC8 & | aBrowseResponse, |
| TInt | aError, |
| TInt | aMatches, |
| TInt | aTotalCount, |
| const TDesC8 & | aUpdateId |
| ) | [pure virtual] |
Returns a browse result received from a Media Server.
Parameters
const TDesC8 & aBrowseResponse | browse response xml document |
TInt aError | system wide error code |
TInt aMatches | number of returned items |
TInt aTotalCount | total number of objects on container |
const TDesC8 & aUpdateId | update id number |
CreateContainerResponse(TInt, const TDesC8 &)
void | CreateContainerResponse | ( | TInt | aError, |
| const TDesC8 & | aObjectId |
| ) | [pure virtual] |
Notifies that the create container operation is complete.
Parameters
TInt aError | status information |
const TDesC8 & aObjectId | object ID of the new container |
DeleteObjectResponse(TInt)
void | DeleteObjectResponse | ( | TInt | aError | ) | [pure virtual] |
Notifies that the requested UPnP Object deletion is complete.
MediaServerDisappeared(TUPnPDeviceDisconnectedReason)
Notifies that the Media Server we have a session with has disappeared. Session is now unusable and must be closed.
ReserveLocalMSServicesCompleted(TInt)
void | ReserveLocalMSServicesCompleted | ( | TInt | aError | ) | [pure virtual] |
SearchCapabilitiesResponse(TInt, const TDesC8 &)
void | SearchCapabilitiesResponse | ( | TInt | aError, |
| const TDesC8 & | aSearchCapabilities |
| ) | [pure virtual] |
Returns search capabilities of the requested Media Server.
Parameters
TInt aError | |
const TDesC8 & aSearchCapabilities | the search capabilities |
SearchResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &)
void | SearchResponse | ( | const TDesC8 & | aSearchResponse, |
| TInt | aError, |
| TInt | aMatches, |
| TInt | aTotalCount, |
| const TDesC8 & | aUpdateId |
| ) | [pure virtual] |
Returns a search result received from a Media Server.
Parameters
const TDesC8 & aSearchResponse | search response xml document |
TInt aError | system wide error code |
TInt aMatches | number of returned items |
TInt aTotalCount | total number of resulted items |
const TDesC8 & aUpdateId | update id number |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.