#include <cybergarage/upnp/cservice.h>
#include <cybergarage/util/clog.h>
Functions | |
static BOOL | cg_upnp_service_notifymain (CgUpnpService *service, CgUpnpStateVariable *statVar) |
BOOL | cg_upnp_service_notify (CgUpnpService *service, CgUpnpStateVariable *statVar) |
BOOL | cg_upnp_service_notifyallbracket (CgUpnpService *service) |
BOOL | cg_upnp_service_notifyall (CgUpnpService *service, BOOL doBracket) |
BOOL cg_upnp_service_notify | ( | CgUpnpService * | service, | |
CgUpnpStateVariable * | statVar | |||
) |
Send a notification of a service's changed state variable
service | The service in question | |
statVar | The changed state variable |
BOOL cg_upnp_service_notifyall | ( | CgUpnpService * | service, | |
BOOL | doBracket | |||
) |
Send a notification message to all of the service's subscribers
service | The service in question |
BOOL cg_upnp_service_notifyallbracket | ( | CgUpnpService * | service | ) |
static BOOL cg_upnp_service_notifymain | ( | CgUpnpService * | service, | |
CgUpnpStateVariable * | statVar | |||
) | [static] |