#include <cybergarage/upnp/event/cevent.h>
#include <cybergarage/upnp/event/cnotify.h>
#include <cybergarage/upnp/cupnp_limit.h>
#include <cybergarage/util/clog.h>
Functions | |
CgUpnpSubscriber * | cg_upnp_subscriber_new () |
void | cg_upnp_subscriber_delete (CgUpnpSubscriber *sub) |
void | cg_upnp_subscriber_clear (CgUpnpSubscriber *sub) |
void | cg_upnp_subscriber_renew (CgUpnpSubscriber *sub) |
long | cg_upnp_subscriber_incrementnotifycount (CgUpnpSubscriber *sub) |
BOOL | cg_upnp_subscriber_isexpired (CgUpnpSubscriber *sub) |
BOOL | cg_upnp_subscriber_notify (CgUpnpSubscriber *sub, CgUpnpStateVariable *statVar) |
|
Clear the contents of an event subscriber
|
|
Destroy an event subscriber
|
|
Increment the event notify count by one
|
|
Check, whether a subscriber's event subscription has been expired
|
|
Create a new event subscriber |
|
Post a notification to an event subscriber. This is called in a device.
|
|
Renew a subscription. Essentially sets subscription time (duration) to zero and resets notify count (== event key).
|