#include <C4Network2UPnP.h>
Public Member Functions | |
| C4Network2UPnP () | |
| C4Network2UPnP (const C4Network2UPnP &)=delete | |
| C4Network2UPnP & | operator= (const C4Network2UPnP &)=delete |
| ~C4Network2UPnP () | |
| void | AddMapping (enum C4Network2IOProtocol protocol, uint16_t intport, uint16_t extport) |
| void | ClearMappings () |
Definition at line 22 of file C4Network2UPnP.h.
|
default |
Definition at line 172 of file C4Network2UPnPLinux.cpp.
|
delete |
|
default |
Definition at line 177 of file C4Network2UPnPLinux.cpp.
| void C4Network2UPnP::AddMapping | ( | enum C4Network2IOProtocol | protocol, |
| uint16_t | intport, | ||
| uint16_t | extport | ||
| ) |
Definition at line 22 of file C4Network2UPnPDummy.cpp.
Referenced by C4Network2IO::Init().
| void C4Network2UPnP::ClearMappings | ( | ) |
Definition at line 23 of file C4Network2UPnPDummy.cpp.
|
delete |