asio C++ library

PrevUpHomeNext

seq_packet_socket_service::bind

Bind the sequenced packet socket to the specified local endpoint.

asio::error_code bind(
    implementation_type & impl,
    const endpoint_type & endpoint,
    asio::error_code & ec);

PrevUpHomeNext