TCP stream client.
More...
#include <tcpStream.hpp>
TCP stream client.
- Author
- Vincent Lachenal
- Since
- 0.1
◆ TcpStreamClient()
anch::network::TcpStreamClient::TcpStreamClient |
( |
const std::string & | ipAddress, |
|
|
uint16_t | port, |
|
|
std::size_t | bufSize = 1500 ) |
TcpStreamClient constructor
- Parameters
-
ipAddress | the IP address |
port | the port number |
bufSize | the buffer size in byte (default = 1500) |
- Exceptions
-
◆ ~TcpStreamClient()
virtual anch::network::TcpStreamClient::~TcpStreamClient |
( |
| ) |
|
|
virtualnoexcept |
The documentation for this class was generated from the following file: