|
mUPnP for C
|
Functions | |
| void | mupnp_controlpoint_httprequestreceived (mUpnpHttpRequest *httpReq) |
| void | mupnp_controlpoint_updatestatetablefromproperty (mUpnpService *service, mUpnpProperty *prop) |
| void mupnp_controlpoint_httprequestreceived | ( | mUpnpHttpRequest * | httpReq | ) |
The function that calls all HTTP listener callback functions. Do not call this from applications.
| httpReq | The received HTTP request |
| void mupnp_controlpoint_updatestatetablefromproperty | ( | mUpnpService * | service, |
| mUpnpProperty * | prop ) |
When an event is received, update also the associated service's state table to include the evented state variable.
| service | The service, whose state table to update |
| prop | The evented property from which to update |