#include <upnp.h>
Data Fields | |
| int | ErrCode |
| int | Socket |
| char | ErrStr [LINE_SIZE] |
| char | ActionName [NAME_SIZE] |
| char | DevUDN [NAME_SIZE] |
| char | ServiceID [NAME_SIZE] |
| IXML_Document * | ActionRequest |
| IXML_Document * | ActionResult |
| struct in_addr | CtrlPtIPAddr |
| IXML_Document * | SoapHeader |
Returned as part of a { UPNP_CONTROL_ACTION_COMPLETE} callback.
Definition at line 693 of file upnp.h.
| char Upnp_Action_Request::ActionName[NAME_SIZE] |
The Action Name.
Definition at line 705 of file upnp.h.
Referenced by ActionRequest::ActionRequest().
The DOM document describing the action.
Definition at line 714 of file upnp.h.
Referenced by ActionRequest::ActionRequest().
The DOM document describing the result of the action.
Definition at line 717 of file upnp.h.
Referenced by ActionRequest::update().
struct in_addr Upnp_Action_Request::CtrlPtIPAddr [read] |
| char Upnp_Action_Request::DevUDN[NAME_SIZE] |
The unique device ID.
Definition at line 708 of file upnp.h.
Referenced by ActionRequest::ActionRequest().
The result of the operation.
Definition at line 696 of file upnp.h.
Referenced by ActionRequest::update().
| char Upnp_Action_Request::ErrStr[LINE_SIZE] |
| char Upnp_Action_Request::ServiceID[NAME_SIZE] |
The service ID.
Definition at line 711 of file upnp.h.
Referenced by ActionRequest::ActionRequest().
1.6.1