xbmc
Public Member Functions | List of all members
PLT_CtrlPointListener Class Referenceabstract

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>

Inheritance diagram for PLT_CtrlPointListener:
Inheritance graph
[legend]

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: