|
mUPnP for C
|
Functions | |
| mUpnpSoapRequest * | mupnp_soap_request_new (void) |
| void | mupnp_soap_request_delete (mUpnpSoapRequest *soapReq) |
| void | mupnp_soap_request_clear (mUpnpSoapRequest *soapReq) |
| mUpnpXmlNode * | mupnp_soap_request_getbodynode (mUpnpSoapRequest *soapReq) |
| bool | mupnp_soap_request_sethttprequest (mUpnpSoapRequest *soapReq, mUpnpHttpRequest *httpReq) |
| bool | mupnp_soap_request_parsemessage (mUpnpSoapRequest *soapReq, char *msg, size_t msgLen) |
| mUpnpSoapResponse * | mupnp_soap_request_post (mUpnpSoapRequest *soapReq, const char *ipaddr, int port) |
| void | mupnp_soap_request_setcontent (mUpnpSoapRequest *soapReq, mUpnpXmlNode *node) |
| void mupnp_soap_request_clear | ( | mUpnpSoapRequest * | soapReq | ) |
| void mupnp_soap_request_delete | ( | mUpnpSoapRequest * | soapReq | ) |
| mUpnpXmlNode * mupnp_soap_request_getbodynode | ( | mUpnpSoapRequest * | soapReq | ) |
| mUpnpSoapRequest * mupnp_soap_request_new | ( | void | ) |
| bool mupnp_soap_request_parsemessage | ( | mUpnpSoapRequest * | soapReq, |
| char * | msg, | ||
| size_t | msgLen ) |
| mUpnpSoapResponse * mupnp_soap_request_post | ( | mUpnpSoapRequest * | soapReq, |
| const char * | ipaddr, | ||
| int | port ) |
| void mupnp_soap_request_setcontent | ( | mUpnpSoapRequest * | soapReq, |
| mUpnpXmlNode * | node ) |
| bool mupnp_soap_request_sethttprequest | ( | mUpnpSoapRequest * | soapReq, |
| mUpnpHttpRequest * | httpReq ) |