|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
Public Member Functions | |
| Endpoint (const Endpoint &other) | |
| Endpoint (Endpoint &&other) | |
| Endpoint (std::string ip_address, uint32_t port) | |
| Endpoint (asio::ip::udp::endpoint endpoint) | |
| Endpoint & | operator= (const Endpoint &other) |
| Endpoint & | operator= (Endpoint &&other) |
| asio::ip::address | getAddress () |
| uint16_t | getPort () |
| void | setAddress (uint32_t address) |
| void | setPort (uint16_t port) |
1.8.17