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

Notification handler for RemoteDevice object creation. More...

Public Member Functions

virtual void OnRemoteDevice_Ready (CPNS::IRemoteDevice *const pRemoteDevice, CPNS::boolean const fValid)=0
 A remote device object creation is done. More...
 

Detailed Description

Notification handler for RemoteDevice object creation.

Member Function Documentation

virtual void CPNS::IRemoteDevice_NotificationHandler::OnRemoteDevice_Ready ( CPNS::IRemoteDevice *const  pRemoteDevice,
CPNS::boolean const  fValid 
)
pure virtual

A remote device object creation is done.

Parameters
[in]pRemoteDevicePointer to the remote device
[in]fValidTRUE if the object is valid (present on the network).
Remarks
The calling object is acquired before calling this handler, so it is safe to release pRemoteDevice from inside the handler if needed.