Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::logger::at_tcp_connect

Outputs the results of the TCP connect operation.

Synopsis
void
at_tcp_connect(
    boost::mqtt5::error_code ec,
    asio::ip::tcp::endpoint ep);
Parameters

Name

Description

ec

Error code returned by the TCP connect operation.

ep

The TCP endpoint used to establish the TCP connection.


PrevUpHomeNext