![]() |
Home | Libraries | People | FAQ | More |
Outputs the results of the resolve operation.
void
at_resolve(
boost::mqtt5::error_code
ec,
std::string_view host,
std::string_view port,
const asio::ip::tcp::resolver::results_type& eps);
Name |
Description |
---|---|
|
Error code returned by the resolve operation. |
|
Hostname used in the resolve operation. |
|
Port used in the resolve operation. |
|
Endpoints returned by the resolve operation. |