MPnPObserver Class Reference
Observer class which has a callback function to return the responses. Client must implement to handle the responses.
Member Functions Documentation
OnPnPError(TInt)
void
|
OnPnPError
|
(
|
TInt
|
aError
|
)
|
[pure virtual]
|
Callback method which handles the errors of submitting requests. In case this method is returned, the client should check all the values passed in the corresponding bundle because it'll be called only in case of invalid bundle or low memory condition Note that unlike OnPnPEventL ,this is not a callback method and returns synchronously in case of error.
OnPnPEventL(RPnPParameterBundleBase &)
Callback method which returns the responses.It can be success or fail and is contained in the response parameter bundle
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.