libUPnP
1.8.0
|
Internal implementation of the UpnpActionComplete object. More...
Data Fields | |
int | m_errCode |
UpnpString * | m_ctrlUrl |
IXML_Document * | m_actionRequest |
IXML_Document * | m_actionResult |
Internal implementation of the UpnpActionComplete object.
IXML_Document* SUpnpActionComplete::m_actionRequest |
The DOM document describing the action.
Referenced by UpnpActionComplete_new(), and UpnpActionComplete_set_ActionRequest().
IXML_Document* SUpnpActionComplete::m_actionResult |
The DOM document describing the result of the action
Referenced by UpnpActionComplete_new(), and UpnpActionComplete_set_ActionResult().
UpnpString* SUpnpActionComplete::m_ctrlUrl |
The control URL for service.
Referenced by UpnpActionComplete_delete(), UpnpActionComplete_new(), UpnpActionComplete_set_CtrlUrl(), and UpnpActionComplete_strcpy_CtrlUrl().
int SUpnpActionComplete::m_errCode |
The result of the operation
Referenced by UpnpActionComplete_delete(), and UpnpActionComplete_new().