|
mUPnP for C
|
#include <controlpoint.h>
Prototype for control point's device listener callback.
| udn | The UDN of the device, that the status update concerns |
| status | The new status |
| mUpnpDeviceList* _mUpnpControlPoint::deviceList |
| void(* _mUpnpControlPoint::deviceListener) (struct _mUpnpControlPoint *, const char *, mUpnpDeviceStatus) |
| mUpnpXmlNodeList* _mUpnpControlPoint::deviceRootNodeList |
| mUpnpEventListenerList* _mUpnpControlPoint::eventListeners |
| mUpnpCond* _mUpnpControlPoint::expCond |
| mUpnpMutex* _mUpnpControlPoint::expMutex |
| mUpnpThread* _mUpnpControlPoint::expThread |
| int _mUpnpControlPoint::httpEventPort |
| mUpnpString* _mUpnpControlPoint::httpEventURI |
| MUPNP_HTTP_LISTENER _mUpnpControlPoint::httpListener |
| mUpnpHttpServerList* _mUpnpControlPoint::httpServerList |
| mUpnpNetworkInterfaceList* _mUpnpControlPoint::ifCache |
List of cached interfaces
| mUpnpMutex* _mUpnpControlPoint::mutex |
| MUPNP_SSDP_LISTNER _mUpnpControlPoint::ssdpListener |
| MUPNP_SSDP_RESPONSE_LISTNER _mUpnpControlPoint::ssdpResListener |
| int _mUpnpControlPoint::ssdpResPort |
| mUpnpSSDPResponseServerList* _mUpnpControlPoint::ssdpResServerList |
| int _mUpnpControlPoint::ssdpSearchMx |
| mUpnpSSDPServerList* _mUpnpControlPoint::ssdpServerList |
| void* _mUpnpControlPoint::userData |