basic_seq_packet_socket::native_handle socket_base에서 상속된다. 기본(native) 소켓 표현을 가져온다. native_handle_type native_handle(); 이 함수는 소켓의 기저 표현을 얻는 데 사용할 수 있다. 이는 지원되지 않는 기본(native) 소켓 기능에 대한 접근을 허용하기 위한 것이다. Boost.Asio 홈
basic_seq_packet_socket::message_peek socket_base에서 상속된다. 들어오는 데이터를 큐에서 제거하지 않고 가져온다. static const int message_peek = implementation_defined; Boost.Asio 홈
basic_seq_packet_socket::message_out_of_band socket_base에서 상속된다. 대역 외 데이터를 처리한다. static const int message_out_of_band = implementation_defined; Boost.Asio 홈
basic_seq_packet_socket::message_flags socket_base에서 상속된다. 송신/수신 작업에 전달될 수 있는 플래그의 비트 마스크 유형이다. typedef int message_flags; 요구 사항 일반 헤더: boost/asio/basic_seq_packet_socket.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈