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

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

Public Member Functions

virtual void OnRemoteDevice_GetParameterPath_Return (CPNS::IAsync *const pAsync, CPNS::Enums::AsyncResult const result, CPNS::ParameterID const &paramID, CPNS::char8 const *const utf8Path)=0
 End of asynchronous GetConnectedDevices_Async method. More...
 

Detailed Description

Notification handler for RemoteDevice's GetParameterPath_Async async method.

Member Function Documentation

virtual void CPNS::IRemoteDevice_GetParameterPath_AsyncReturnHandler::OnRemoteDevice_GetParameterPath_Return ( CPNS::IAsync *const  pAsync,
CPNS::Enums::AsyncResult const  result,
CPNS::ParameterID const &  paramID,
CPNS::char8 const *const  utf8Path 
)
pure virtual

End of asynchronous GetConnectedDevices_Async method.

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 if fContinue is FALSE!!!
[in]resultcan be CPNS::Enums::AR_MoreItemsAvailable, CPNS::Enums::AR_Done or CPNS::Enums::AR_Cancel
[in]paramIDthe parameter ID
[in]utf8Paththe parameter path