UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
upnptools.hpp
Go to the documentation of this file.
1#ifndef UPnPsdk_UPNPTOOLS_HPP
2#define UPnPsdk_UPNPTOOLS_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-11
11#include <string>
12
13namespace UPnPsdk {
14
17UPnPsdk_VIS const std::string errStr( //
18 int error
19);
20
23UPnPsdk_VIS const std::string errStrEx( //
24 const int error,
25 const int success
27);
28
29} // namespace UPnPsdk
30
31#endif // UPnPsdk_UPNPTOOLS_HPP
Reengineered Object Oriented UPnP+ program code.
UPnPsdk_VIS const std::string errStr(int error)
Get error name string.
Definition upnptools.cpp:86
UPnPsdk_VIS const std::string errStrEx(const int error, const int success)
Get extended error name string.
Macros to support visibility of external symbols.
#define UPnPsdk_VIS
Prefix to export symbol for external use.