Boost.Asio 색인 - basic_datagram_socket::message_peek
basic_datagram_socket::message_peek socket_base에서 상속된다. 들어오는 데이터를 입력 큐에서 제거하지 않고 확인한다. static const int message_peek = implementation_defined; Boost.Asio 홈
basic_datagram_socket::message_peek socket_base에서 상속된다. 들어오는 데이터를 입력 큐에서 제거하지 않고 확인한다. static const int message_peek = implementation_defined; Boost.Asio 홈
basic_datagram_socket::message_out_of_band socket_base에서 상속된다. 대역 외 데이터를 처리한다. static const int message_out_of_band = implementation_defined; Boost.Asio 홈
basic_datagram_socket::message_flags socket_base에서 상속된다. 송신/수신 작업에 전달될 수 있는 플래그의 비트 마스크 유형이다. typedef int message_flags; 요구 사항 일반 헤더: boost/asio/basic_datagram_socket.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈
basic_datagram_socket::message_end_of_record socket_base에서 상속된다. 데이터가 레코드의 마지막을 표시하도록 지정한다. static const int message_end_of_record = implementation_defined; Boost.Asio 홈
basic_datagram_socket::message_do_not_route socket_base에서 상속된다. 데이터가 라우팅되지 않도록 지정한다. static const int message_do_not_route = implementation_defined; Boost.Asio 홈