UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
soap_device.hpp File Reference

SOAP declarations for UPnP Devices using SOAP. More...

#include <httpparser.hpp>
#include <sock.hpp>
+ Include dependency graph for soap_device.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void soap_device_callback (http_parser_t *parser, http_message_t *request, SOCKINFO *info)
 This is a callback called by minisever.
 

Detailed Description

SOAP declarations for UPnP Devices using SOAP.

Definition in file soap_device.hpp.

Function Documentation

◆ soap_device_callback()

void soap_device_callback ( http_parser_t parser,
http_message_t request,
SOCKINFO info 
)

This is a callback called by minisever.

This is called after receiving the request from the control point. The function will start processing the request. It calls handle_invoke_action() to handle the SOAP action.

This is a callback called by minisever.

After HTTP processing, it calls handle_soap_request to start SOAP processing.

Parameters
[in]parserParsed request received by the device.
[in]requestHTTP request.
[in,out]infoSocket info.

Definition at line 735 of file soap_device.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: