xbmc
|
The PLT_CtrlPointListener class is an interface used to receive notifications when devices are found or removed from the network, actions responses and events are being received. More...
#include <PltCtrlPoint.h>
Public Member Functions | |
virtual NPT_Result | OnDeviceAdded (PLT_DeviceDataReference &device)=0 |
virtual NPT_Result | OnDeviceRemoved (PLT_DeviceDataReference &device)=0 |
virtual NPT_Result | OnActionResponse (NPT_Result res, PLT_ActionReference &action, void *userdata)=0 |
virtual NPT_Result | OnEventNotify (PLT_Service *service, NPT_List< PLT_StateVariable *> *vars)=0 |
The PLT_CtrlPointListener class is an interface used to receive notifications when devices are found or removed from the network, actions responses and events are being received.