mUPnP for C
controlpoint_http_server.c File Reference

Functions

void mupnp_controlpoint_httprequestreceived (mUpnpHttpRequest *httpReq)
 
void mupnp_controlpoint_updatestatetablefromproperty (mUpnpService *service, mUpnpProperty *prop)
 

Function Documentation

◆ mupnp_controlpoint_httprequestreceived()

void mupnp_controlpoint_httprequestreceived ( mUpnpHttpRequest * httpReq)

The function that calls all HTTP listener callback functions. Do not call this from applications.

Parameters
httpReqThe received HTTP request

◆ mupnp_controlpoint_updatestatetablefromproperty()

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.

Parameters
serviceThe service, whose state table to update
propThe evented property from which to update