libUPnP
1.8.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
upnp
inc
ActionComplete.h
Go to the documentation of this file.
1
2
3
#ifndef ACTIONCOMPLETE_H
4
#define ACTIONCOMPLETE_H
5
6
19
typedef
struct
s_UpnpActionComplete
UpnpActionComplete
;
20
21
22
#include "
ixml.h
"
/* for IXML_Document */
23
#include "
UpnpGlobal.h
"
/* for EXPORT_SPEC */
24
#include "
UpnpString.h
"
25
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
/* __cplusplus */
30
31
37
EXPORT_SPEC
UpnpActionComplete
*
UpnpActionComplete_new
();
38
39
43
EXPORT_SPEC
void
UpnpActionComplete_delete
(
45
UpnpActionComplete
*p);
46
47
51
EXPORT_SPEC
UpnpActionComplete
*
UpnpActionComplete_dup
(
53
const
UpnpActionComplete
*p);
54
55
59
EXPORT_SPEC
void
UpnpActionComplete_assign
(
61
UpnpActionComplete
*p,
63
const
UpnpActionComplete
*q);
64
65
69
EXPORT_SPEC
int
UpnpActionComplete_get_ErrCode
(
71
const
UpnpActionComplete
*p);
72
73
77
EXPORT_SPEC
void
UpnpActionComplete_set_ErrCode
(
79
UpnpActionComplete
*p,
81
int
n);
82
83
89
EXPORT_SPEC
const
UpnpString
*
UpnpActionComplete_get_CtrlUrl
(
91
const
UpnpActionComplete
*p);
92
98
EXPORT_SPEC
const
char
*
UpnpActionComplete_get_CtrlUrl_cstr
(
100
const
UpnpActionComplete
*p);
101
102
106
EXPORT_SPEC
void
UpnpActionComplete_set_CtrlUrl
(
108
UpnpActionComplete
*p,
110
const
UpnpString
*s);
111
112
116
EXPORT_SPEC
void
UpnpActionComplete_strcpy_CtrlUrl
(
118
UpnpActionComplete
*p,
120
const
char
*s);
121
122
128
EXPORT_SPEC
IXML_Document
*
UpnpActionComplete_get_ActionRequest
(
130
const
UpnpActionComplete
*p);
131
132
139
EXPORT_SPEC
void
UpnpActionComplete_set_ActionRequest
(
141
UpnpActionComplete
*p,
143
IXML_Document
*d);
144
145
149
EXPORT_SPEC
IXML_Document
*
UpnpActionComplete_get_ActionResult
(
151
const
UpnpActionComplete
*p);
152
153
160
EXPORT_SPEC
void
UpnpActionComplete_set_ActionResult
(
162
UpnpActionComplete
*p,
164
IXML_Document
*d);
165
166
167
#ifdef __cplusplus
168
}
169
#endif
/* __cplusplus */
170
171
172
#endif
/* ACTIONCOMPLETE_H */
173
Generated on Wed Feb 13 2013 21:03:00 for libUPnP by
1.8.1.2