mUPnP for C
|
Functions | |
static bool | mupnp_service_notifymain (mUpnpService *service, mUpnpStateVariable *statVar) |
bool | mupnp_service_notify (mUpnpService *service, mUpnpStateVariable *statVar) |
bool | mupnp_service_notifyallbracket (mUpnpService *service) |
bool | mupnp_service_notifyall (mUpnpService *service, bool doBracket) |
static void | mupnp_service_notifyall_thread (mUpnpThread *thread) |
void | mupnp_service_createnotifyallthread (mUpnpService *service, mUpnpTime waitTime) |
void mupnp_service_createnotifyallthread | ( | mUpnpService * | service, |
mUpnpTime | waitTime ) |
Create a new thread to send a notification message to all of the service's subscribers
service | The service in question |
waitTime | The wait time to send |
bool mupnp_service_notify | ( | mUpnpService * | service, |
mUpnpStateVariable * | statVar ) |
Send a notification of a service's changed state variable
service | The service in question |
statVar | The changed state variable |
bool mupnp_service_notifyall | ( | mUpnpService * | service, |
bool | doBracket ) |
Send a notification message to all of the service's subscribers
service | The service in question |
|
static |
bool mupnp_service_notifyallbracket | ( | mUpnpService * | service | ) |
|
static |