TcpClient.hpp File Reference
#include <enet/Tcp.hpp>
Go to the source code of this file.
Namespaces | |
enet | |
Functions | |
enet::Tcp | enet::connectTcpClient (uint8_t _ip1, uint8_t _ip2, uint8_t _ip3, uint8_t _ip4, uint16_t _port, uint32_t _numberRetry=5) |
enet::Tcp | enet::connectTcpClient (const std::string &_hostname, uint16_t _port, uint32_t _numberRetry=5) |
Detailed Description
- Copyright
- 2014, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)