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

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

Public Member Functions

virtual void OnRemoteDevice_GetDestinationCount_Return (CPNS::IAsync *const pAsync, CPNS::Enums::AsyncResult const result, CPNS::uint16 const wOutputID, CPNS::uint16 const wDestCount)=0
 End of asynchronous GetDestinationCount method. More...
 

Detailed Description

Notification handler for RemoteDevice's GetDestinationCount async method.

Member Function Documentation

virtual void CPNS::IRemoteDevice_GetDestinationCount_AsyncReturnHandler::OnRemoteDevice_GetDestinationCount_Return ( CPNS::IAsync *const  pAsync,
CPNS::Enums::AsyncResult const  result,
CPNS::uint16 const  wOutputID,
CPNS::uint16 const  wDestCount 
)
pure virtual

End of asynchronous GetDestinationCount 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.
[in]resultcan be CPNS::Enums::AR_Succeeded, CPNS::Enums::AR_Done or CPNS::Enums::AR_Canceled
[in]wOutputIDOutput ID
[in]wDestCountactual the number of destinations