asio C++ library

PrevUpHomeNext

basic_raw_socket::async_receive_from

Start an asynchronous receive.

template<
    typename MutableBufferSequence,
    typename ReadToken = DEFAULT>
DEDUCED async_receive_from(
    const MutableBufferSequence & buffers,
    endpoint_type & sender_endpoint,
    ReadToken && token = DEFAULT);
  » more...

template<
    typename MutableBufferSequence,
    typename ReadToken = DEFAULT>
DEDUCED async_receive_from(
    const MutableBufferSequence & buffers,
    endpoint_type & sender_endpoint,
    socket_base::message_flags flags,
    ReadToken && token = DEFAULT);
  » more...

PrevUpHomeNext