Outputs the results of the TCP connect operation.
void at_tcp_connect( error_code ec, asio::ip::tcp::endpoint ep );
Name |
Description |
---|---|
ec |
Error code returned by the TCP connect operation. |
ep |
The TCP endpoint used to establish the TCP connection. |