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

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

Public Member Functions

virtual void OnRemoteDevice_GetName_Return (CPNS::IAsync *const pAsync, CPNS::Enums::AsyncResult const result, CPNS::Enums::DeviceNameFormats const format, CPNS::char8 const *const utf8Name)=0
 

Detailed Description

Notification handler for RemoteDevice's GetName async method.

Member Function Documentation

virtual void CPNS::IRemoteDevice_GetName_AsyncReturnHandler::OnRemoteDevice_GetName_Return ( CPNS::IAsync *const  pAsync,
CPNS::Enums::AsyncResult const  result,
CPNS::Enums::DeviceNameFormats const  format,
CPNS::char8 const *const  utf8Name 
)
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]resultcan be CPNS::Enums::AR_Succeeded, CPNS::Enums::AR_Done or CPNS::Enums::AR_Canceled
[in]formatFormat of the name string
[in]utf8Namedisplay name