![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <UPnP.h>
Public Member Functions | |
| UPnP () | |
| ~UPnP () | |
| std::string | externalIP () |
| int | addRedirect (char const *addr, int port) |
| void | removeRedirect (int port) |
| bool | isValid () const |
Private Attributes | |
| std::set< int > | m_reg |
| bool | m_ok |
| std::shared_ptr< UPNPUrls > | m_urls |
| std::shared_ptr< IGDdatas > | m_data |
| int UPnP::addRedirect | ( | char const * | addr, |
| int | port | ||
| ) |
| void UPnP::removeRedirect | ( | int | port | ) |
1.8.11