|
libUPnP
1.6.17
|
#include <upnp.h>

Data Fields | |
| int | ErrCode |
| int | Socket |
| char | ErrStr [(size_t) 180] |
| char | ActionName [(size_t) 256] |
| char | DevUDN [(size_t) 256] |
| char | ServiceID [(size_t) 256] |
| IXML_Document * | ActionRequest |
| IXML_Document * | ActionResult |
| struct sockaddr_storage | CtrlPtIPAddr |
| IXML_Document * | SoapHeader |
Returned as part of a { UPNP_CONTROL_ACTION_COMPLETE} callback.
| char Upnp_Action_Request::ActionName[(size_t) 256] |
The Action Name.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| IXML_Document* Upnp_Action_Request::ActionRequest |
The DOM document describing the action.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| IXML_Document* Upnp_Action_Request::ActionResult |
The DOM document describing the result of the action.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| struct sockaddr_storage Upnp_Action_Request::CtrlPtIPAddr |
IP address of the control point requesting this action.
Referenced by handle_invoke_action().
| char Upnp_Action_Request::DevUDN[(size_t) 256] |
The unique device ID.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| int Upnp_Action_Request::ErrCode |
The result of the operation.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| char Upnp_Action_Request::ErrStr[(size_t) 180] |
The error string in case of error.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| char Upnp_Action_Request::ServiceID[(size_t) 256] |
The service ID.
Referenced by handle_invoke_action(), SampleUtil_PrintEvent(), and TvDeviceHandleActionRequest().
| IXML_Document* Upnp_Action_Request::SoapHeader |
The DOM document containing the information from the the SOAP header.
| int Upnp_Action_Request::Socket |
The socket number of the connection to the requestor.
1.8.3.1