UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpActionComplete.hpp
Go to the documentation of this file.
1#ifndef COMPA_UPNPACTIONCOMPLETE_HPP
2#define COMPA_UPNPACTIONCOMPLETE_HPP
3// Copyright (C) 2022+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
4// Redistribution only with this Copyright remark. Last modified: 2025-06-12
5// Last compare with ./Pupnp source file on 2025-05-22, ver 1.14.20
13#include <UpnpString.hpp>
14#include <ixml/ixml.hpp>
15
18
19#ifdef __cplusplus
20extern "C" {
21#endif /* __cplusplus */
22
28PUPNP_Api UpnpActionComplete*
32 const UpnpActionComplete* q);
33
38
40PUPNP_Api const UpnpString*
44 const UpnpString* s);
46PUPNP_Api size_t
49PUPNP_Api const char*
53 const char* s);
56 const char* s, size_t n);
59
61PUPNP_Api IXML_Document*
65 IXML_Document* n);
66
68PUPNP_Api IXML_Document*
72 IXML_Document* n);
73#ifdef __cplusplus
74}
75#endif /* __cplusplus */
76
77#endif /* COMPA_UPNPACTIONCOMPLETE_HPP */
UpnpActionComplete.
PUPNP_Api int UpnpActionComplete_strcpy_CtrlUrl(UpnpActionComplete *p, const char *s)
PUPNP_Api void UpnpActionComplete_clear_CtrlUrl(UpnpActionComplete *p)
PUPNP_Api IXML_Document * UpnpActionComplete_get_ActionResult(const UpnpActionComplete *p)
PUPNP_Api UpnpActionComplete * UpnpActionComplete_new(void)
PUPNP_Api int UpnpActionComplete_get_ErrCode(const UpnpActionComplete *p)
PUPNP_Api int UpnpActionComplete_set_ErrCode(UpnpActionComplete *p, int n)
PUPNP_Api void UpnpActionComplete_delete(UpnpActionComplete *p)
PUPNP_Api UpnpActionComplete * UpnpActionComplete_dup(const UpnpActionComplete *p)
PUPNP_Api int UpnpActionComplete_set_ActionRequest(UpnpActionComplete *p, IXML_Document *n)
PUPNP_Api int UpnpActionComplete_assign(UpnpActionComplete *p, const UpnpActionComplete *q)
PUPNP_Api size_t UpnpActionComplete_get_CtrlUrl_Length(const UpnpActionComplete *p)
PUPNP_Api int UpnpActionComplete_set_CtrlUrl(UpnpActionComplete *p, const UpnpString *s)
PUPNP_Api const UpnpString * UpnpActionComplete_get_CtrlUrl(const UpnpActionComplete *p)
PUPNP_Api IXML_Document * UpnpActionComplete_get_ActionRequest(const UpnpActionComplete *p)
PUPNP_Api int UpnpActionComplete_set_ActionResult(UpnpActionComplete *p, IXML_Document *n)
PUPNP_Api const char * UpnpActionComplete_get_CtrlUrl_cstr(const UpnpActionComplete *p)
PUPNP_Api int UpnpActionComplete_strncpy_CtrlUrl(UpnpActionComplete *p, const char *s, size_t n)
UpnpString object declaration.
Internal implementation of the class UpnpString.
Data structure representing the DOM Document.
Definition ixml.hpp:155