![]() |
Home | Libraries | People | FAQ | More |
Outputs the results of the TCP connect operation.
void
at_tcp_connect(
boost::mqtt5::error_code
ec,
asio::ip::tcp::endpoint ep);
Name |
Description |
---|---|
|
Error code returned by the TCP connect operation. |
|
The TCP endpoint used to establish the TCP connection. |