CHAI SDK  Version 1.3
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CPNS::IRemoteDevice_RestoreSnapshotData_AsyncReturnHandler Class Referenceabstract

Notification handler for RemoteDevice's RestoreSnapshotData async method. More...

Public Member Functions

virtual void OnRemoteDevice_RestoreSnapshotData_Return (CPNS::IAsync *const pAsync, CPNS::Enums::Errors const returnCode, CPNS::uint32 const dwLastOffset, CPNS::uint32 const dwContextData)=0
 

Detailed Description

Notification handler for RemoteDevice's RestoreSnapshotData async method.

Member Function Documentation

virtual void CPNS::IRemoteDevice_RestoreSnapshotData_AsyncReturnHandler::OnRemoteDevice_RestoreSnapshotData_Return ( CPNS::IAsync *const  pAsync,
CPNS::Enums::Errors const  returnCode,
CPNS::uint32 const  dwLastOffset,
CPNS::uint32 const  dwContextData 
)
pure virtual
Parameters
[in]pAsyncPointer to the async operation handler. Can be used to match the return notification with the related async operation. This pointer will become invalid just after exiting this method.
[in]returnCodeOperation's return code.
[in]dwLastOffsetOffset of the data block just restored
[in]dwContextDataContext data to be used for next call to RestoreSnapshotData_Async