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

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

Public Member Functions

virtual void OnRemoteDevice_GetDestination_Return (CPNS::IAsync *const pAsync, CPNS::Enums::AsyncResult const result, CPNS::uint16 const wOutputID, CPNS::boolean const fRecording, CPNS::uint16 const wDestinationIndex, CPNS::char8 const *const utf8Name, CPNS::Endpoint const &destination)=0
 End of asynchronous GetDestination method. More...
 

Detailed Description

Notification handler for RemoteDevice's GetDestination async method.

Member Function Documentation

virtual void CPNS::IRemoteDevice_GetDestination_AsyncReturnHandler::OnRemoteDevice_GetDestination_Return ( CPNS::IAsync *const  pAsync,
CPNS::Enums::AsyncResult const  result,
CPNS::uint16 const  wOutputID,
CPNS::boolean const  fRecording,
CPNS::uint16 const  wDestinationIndex,
CPNS::char8 const *const  utf8Name,
CPNS::Endpoint const &  destination 
)
pure virtual

End of asynchronous GetDestination 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]fRecordingTRUE if it is a recording destination
[in]wDestinationIndexdestination index
[in]utf8NameName ("Destination #[index]")
[in]destinationdestination endpoint