• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>basic_seq_packet_socket::rebind_executor::other</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
8<link rel="up" href="../basic_seq_packet_socket__rebind_executor.html" title="basic_seq_packet_socket::rebind_executor">
9<link rel="prev" href="../basic_seq_packet_socket__rebind_executor.html" title="basic_seq_packet_socket::rebind_executor">
10<link rel="next" href="../basic_serial_port.html" title="basic_serial_port">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="../basic_seq_packet_socket__rebind_executor.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket__rebind_executor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../basic_serial_port.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h4 class="title">
27<a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other"></a><a class="link" href="other.html" title="basic_seq_packet_socket::rebind_executor::other">basic_seq_packet_socket::rebind_executor::other</a>
28</h4></div></div></div>
29<p>
30          <a class="indexterm" name="boost_asio.indexterm.basic_seq_packet_socket__rebind_executor.other"></a>
31The
32          socket type when rebound to the specified executor.
33        </p>
34<pre class="programlisting">typedef basic_seq_packet_socket&lt; Protocol, Executor1 &gt; other;
35</pre>
36<h6>
37<a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.h0"></a>
38          <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.types"></a></span><a class="link" href="other.html#boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.types">Types</a>
39        </h6>
40<div class="informaltable"><table class="table">
41<colgroup>
42<col>
43<col>
44</colgroup>
45<thead><tr>
46<th>
47                  <p>
48                    Name
49                  </p>
50                </th>
51<th>
52                  <p>
53                    Description
54                  </p>
55                </th>
56</tr></thead>
57<tbody>
58<tr>
59<td>
60                  <p>
61                    <a class="link" href="../basic_seq_packet_socket__rebind_executor.html" title="basic_seq_packet_socket::rebind_executor"><span class="bold"><strong>rebind_executor</strong></span></a>
62                  </p>
63                </td>
64<td>
65                  <p>
66                    Rebinds the socket type to another executor.
67                  </p>
68                </td>
69</tr>
70<tr>
71<td>
72                  <p>
73                    <a class="link" href="../basic_seq_packet_socket/broadcast.html" title="basic_seq_packet_socket::broadcast"><span class="bold"><strong>broadcast</strong></span></a>
74                  </p>
75                </td>
76<td>
77                  <p>
78                    Socket option to permit sending of broadcast messages.
79                  </p>
80                </td>
81</tr>
82<tr>
83<td>
84                  <p>
85                    <a class="link" href="../basic_seq_packet_socket/bytes_readable.html" title="basic_seq_packet_socket::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
86                  </p>
87                </td>
88<td>
89                  <p>
90                    IO control command to get the amount of data that can be read
91                    without blocking.
92                  </p>
93                </td>
94</tr>
95<tr>
96<td>
97                  <p>
98                    <a class="link" href="../basic_seq_packet_socket/debug.html" title="basic_seq_packet_socket::debug"><span class="bold"><strong>debug</strong></span></a>
99                  </p>
100                </td>
101<td>
102                  <p>
103                    Socket option to enable socket-level debugging.
104                  </p>
105                </td>
106</tr>
107<tr>
108<td>
109                  <p>
110                    <a class="link" href="../basic_seq_packet_socket/do_not_route.html" title="basic_seq_packet_socket::do_not_route"><span class="bold"><strong>do_not_route</strong></span></a>
111                  </p>
112                </td>
113<td>
114                  <p>
115                    Socket option to prevent routing, use local interfaces only.
116                  </p>
117                </td>
118</tr>
119<tr>
120<td>
121                  <p>
122                    <a class="link" href="../basic_seq_packet_socket/enable_connection_aborted.html" title="basic_seq_packet_socket::enable_connection_aborted"><span class="bold"><strong>enable_connection_aborted</strong></span></a>
123                  </p>
124                </td>
125<td>
126                  <p>
127                    Socket option to report aborted connections on accept.
128                  </p>
129                </td>
130</tr>
131<tr>
132<td>
133                  <p>
134                    <a class="link" href="../basic_seq_packet_socket/endpoint_type.html" title="basic_seq_packet_socket::endpoint_type"><span class="bold"><strong>endpoint_type</strong></span></a>
135                  </p>
136                </td>
137<td>
138                  <p>
139                    The endpoint type.
140                  </p>
141                </td>
142</tr>
143<tr>
144<td>
145                  <p>
146                    <a class="link" href="../basic_seq_packet_socket/executor_type.html" title="basic_seq_packet_socket::executor_type"><span class="bold"><strong>executor_type</strong></span></a>
147                  </p>
148                </td>
149<td>
150                  <p>
151                    The type of the executor associated with the object.
152                  </p>
153                </td>
154</tr>
155<tr>
156<td>
157                  <p>
158                    <a class="link" href="../basic_seq_packet_socket/keep_alive.html" title="basic_seq_packet_socket::keep_alive"><span class="bold"><strong>keep_alive</strong></span></a>
159                  </p>
160                </td>
161<td>
162                  <p>
163                    Socket option to send keep-alives.
164                  </p>
165                </td>
166</tr>
167<tr>
168<td>
169                  <p>
170                    <a class="link" href="../basic_seq_packet_socket/linger.html" title="basic_seq_packet_socket::linger"><span class="bold"><strong>linger</strong></span></a>
171                  </p>
172                </td>
173<td>
174                  <p>
175                    Socket option to specify whether the socket lingers on close
176                    if unsent data is present.
177                  </p>
178                </td>
179</tr>
180<tr>
181<td>
182                  <p>
183                    <a class="link" href="../basic_seq_packet_socket/lowest_layer_type.html" title="basic_seq_packet_socket::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
184                  </p>
185                </td>
186<td>
187                  <p>
188                    A basic_socket is always the lowest layer.
189                  </p>
190                </td>
191</tr>
192<tr>
193<td>
194                  <p>
195                    <a class="link" href="../basic_seq_packet_socket/message_flags.html" title="basic_seq_packet_socket::message_flags"><span class="bold"><strong>message_flags</strong></span></a>
196                  </p>
197                </td>
198<td>
199                  <p>
200                    Bitmask type for flags that can be passed to send and receive
201                    operations.
202                  </p>
203                </td>
204</tr>
205<tr>
206<td>
207                  <p>
208                    <a class="link" href="../basic_seq_packet_socket/native_handle_type.html" title="basic_seq_packet_socket::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
209                  </p>
210                </td>
211<td>
212                  <p>
213                    The native representation of a socket.
214                  </p>
215                </td>
216</tr>
217<tr>
218<td>
219                  <p>
220                    <a class="link" href="../basic_seq_packet_socket/out_of_band_inline.html" title="basic_seq_packet_socket::out_of_band_inline"><span class="bold"><strong>out_of_band_inline</strong></span></a>
221                  </p>
222                </td>
223<td>
224                  <p>
225                    Socket option for putting received out-of-band data inline.
226                  </p>
227                </td>
228</tr>
229<tr>
230<td>
231                  <p>
232                    <a class="link" href="../basic_seq_packet_socket/protocol_type.html" title="basic_seq_packet_socket::protocol_type"><span class="bold"><strong>protocol_type</strong></span></a>
233                  </p>
234                </td>
235<td>
236                  <p>
237                    The protocol type.
238                  </p>
239                </td>
240</tr>
241<tr>
242<td>
243                  <p>
244                    <a class="link" href="../basic_seq_packet_socket/receive_buffer_size.html" title="basic_seq_packet_socket::receive_buffer_size"><span class="bold"><strong>receive_buffer_size</strong></span></a>
245                  </p>
246                </td>
247<td>
248                  <p>
249                    Socket option for the receive buffer size of a socket.
250                  </p>
251                </td>
252</tr>
253<tr>
254<td>
255                  <p>
256                    <a class="link" href="../basic_seq_packet_socket/receive_low_watermark.html" title="basic_seq_packet_socket::receive_low_watermark"><span class="bold"><strong>receive_low_watermark</strong></span></a>
257                  </p>
258                </td>
259<td>
260                  <p>
261                    Socket option for the receive low watermark.
262                  </p>
263                </td>
264</tr>
265<tr>
266<td>
267                  <p>
268                    <a class="link" href="../basic_seq_packet_socket/reuse_address.html" title="basic_seq_packet_socket::reuse_address"><span class="bold"><strong>reuse_address</strong></span></a>
269                  </p>
270                </td>
271<td>
272                  <p>
273                    Socket option to allow the socket to be bound to an address that
274                    is already in use.
275                  </p>
276                </td>
277</tr>
278<tr>
279<td>
280                  <p>
281                    <a class="link" href="../basic_seq_packet_socket/send_buffer_size.html" title="basic_seq_packet_socket::send_buffer_size"><span class="bold"><strong>send_buffer_size</strong></span></a>
282                  </p>
283                </td>
284<td>
285                  <p>
286                    Socket option for the send buffer size of a socket.
287                  </p>
288                </td>
289</tr>
290<tr>
291<td>
292                  <p>
293                    <a class="link" href="../basic_seq_packet_socket/send_low_watermark.html" title="basic_seq_packet_socket::send_low_watermark"><span class="bold"><strong>send_low_watermark</strong></span></a>
294                  </p>
295                </td>
296<td>
297                  <p>
298                    Socket option for the send low watermark.
299                  </p>
300                </td>
301</tr>
302<tr>
303<td>
304                  <p>
305                    <a class="link" href="../basic_seq_packet_socket/shutdown_type.html" title="basic_seq_packet_socket::shutdown_type"><span class="bold"><strong>shutdown_type</strong></span></a>
306                  </p>
307                </td>
308<td>
309                  <p>
310                    Different ways a socket may be shutdown.
311                  </p>
312                </td>
313</tr>
314<tr>
315<td>
316                  <p>
317                    <a class="link" href="../basic_seq_packet_socket/wait_type.html" title="basic_seq_packet_socket::wait_type"><span class="bold"><strong>wait_type</strong></span></a>
318                  </p>
319                </td>
320<td>
321                  <p>
322                    Wait types.
323                  </p>
324                </td>
325</tr>
326</tbody>
327</table></div>
328<h6>
329<a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.h1"></a>
330          <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.member_functions"></a></span><a class="link" href="other.html#boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.member_functions">Member
331          Functions</a>
332        </h6>
333<div class="informaltable"><table class="table">
334<colgroup>
335<col>
336<col>
337</colgroup>
338<thead><tr>
339<th>
340                  <p>
341                    Name
342                  </p>
343                </th>
344<th>
345                  <p>
346                    Description
347                  </p>
348                </th>
349</tr></thead>
350<tbody>
351<tr>
352<td>
353                  <p>
354                    <a class="link" href="../basic_seq_packet_socket/assign.html" title="basic_seq_packet_socket::assign"><span class="bold"><strong>assign</strong></span></a>
355                  </p>
356                </td>
357<td>
358                  <p>
359                    Assign an existing native socket to the socket.
360                  </p>
361                </td>
362</tr>
363<tr>
364<td>
365                  <p>
366                    <a class="link" href="../basic_seq_packet_socket/async_connect.html" title="basic_seq_packet_socket::async_connect"><span class="bold"><strong>async_connect</strong></span></a>
367                  </p>
368                </td>
369<td>
370                  <p>
371                    Start an asynchronous connect.
372                  </p>
373                </td>
374</tr>
375<tr>
376<td>
377                  <p>
378                    <a class="link" href="../basic_seq_packet_socket/async_receive.html" title="basic_seq_packet_socket::async_receive"><span class="bold"><strong>async_receive</strong></span></a>
379                  </p>
380                </td>
381<td>
382                  <p>
383                    Start an asynchronous receive.
384                  </p>
385                </td>
386</tr>
387<tr>
388<td>
389                  <p>
390                    <a class="link" href="../basic_seq_packet_socket/async_send.html" title="basic_seq_packet_socket::async_send"><span class="bold"><strong>async_send</strong></span></a>
391                  </p>
392                </td>
393<td>
394                  <p>
395                    Start an asynchronous send.
396                  </p>
397                </td>
398</tr>
399<tr>
400<td>
401                  <p>
402                    <a class="link" href="../basic_seq_packet_socket/async_wait.html" title="basic_seq_packet_socket::async_wait"><span class="bold"><strong>async_wait</strong></span></a>
403                  </p>
404                </td>
405<td>
406                  <p>
407                    Asynchronously wait for the socket to become ready to read, ready
408                    to write, or to have pending error conditions.
409                  </p>
410                </td>
411</tr>
412<tr>
413<td>
414                  <p>
415                    <a class="link" href="../basic_seq_packet_socket/at_mark.html" title="basic_seq_packet_socket::at_mark"><span class="bold"><strong>at_mark</strong></span></a>
416                  </p>
417                </td>
418<td>
419                  <p>
420                    Determine whether the socket is at the out-of-band data mark.
421                  </p>
422                </td>
423</tr>
424<tr>
425<td>
426                  <p>
427                    <a class="link" href="../basic_seq_packet_socket/available.html" title="basic_seq_packet_socket::available"><span class="bold"><strong>available</strong></span></a>
428                  </p>
429                </td>
430<td>
431                  <p>
432                    Determine the number of bytes available for reading.
433                  </p>
434                </td>
435</tr>
436<tr>
437<td>
438                  <p>
439                    <a class="link" href="../basic_seq_packet_socket/basic_seq_packet_socket.html" title="basic_seq_packet_socket::basic_seq_packet_socket"><span class="bold"><strong>basic_seq_packet_socket</strong></span></a> <span class="silver">[constructor]</span>
440                  </p>
441                </td>
442<td>
443                  <p>
444                    Construct a basic_seq_packet_socket without opening it. <br>
445                    <span class="silver"> —</span><br> Construct and open a basic_seq_packet_socket. <br> <span class="silver"> —</span>
446                    <br> Construct a basic_seq_packet_socket, opening it and binding
447                    it to the given local endpoint. <br> <span class="silver"> —</span><br> Construct a basic_seq_packet_socket
448                    on an existing native socket. <br> <span class="silver"> —</span><br> Move-construct a
449                    basic_seq_packet_socket from another. <br> <span class="silver"> —</span><br> Move-construct
450                    a basic_seq_packet_socket from a socket of another protocol type.
451                  </p>
452                </td>
453</tr>
454<tr>
455<td>
456                  <p>
457                    <a class="link" href="../basic_seq_packet_socket/bind.html" title="basic_seq_packet_socket::bind"><span class="bold"><strong>bind</strong></span></a>
458                  </p>
459                </td>
460<td>
461                  <p>
462                    Bind the socket to the given local endpoint.
463                  </p>
464                </td>
465</tr>
466<tr>
467<td>
468                  <p>
469                    <a class="link" href="../basic_seq_packet_socket/cancel.html" title="basic_seq_packet_socket::cancel"><span class="bold"><strong>cancel</strong></span></a>
470                  </p>
471                </td>
472<td>
473                  <p>
474                    Cancel all asynchronous operations associated with the socket.
475                  </p>
476                </td>
477</tr>
478<tr>
479<td>
480                  <p>
481                    <a class="link" href="../basic_seq_packet_socket/close.html" title="basic_seq_packet_socket::close"><span class="bold"><strong>close</strong></span></a>
482                  </p>
483                </td>
484<td>
485                  <p>
486                    Close the socket.
487                  </p>
488                </td>
489</tr>
490<tr>
491<td>
492                  <p>
493                    <a class="link" href="../basic_seq_packet_socket/connect.html" title="basic_seq_packet_socket::connect"><span class="bold"><strong>connect</strong></span></a>
494                  </p>
495                </td>
496<td>
497                  <p>
498                    Connect the socket to the specified endpoint.
499                  </p>
500                </td>
501</tr>
502<tr>
503<td>
504                  <p>
505                    <a class="link" href="../basic_seq_packet_socket/get_executor.html" title="basic_seq_packet_socket::get_executor"><span class="bold"><strong>get_executor</strong></span></a>
506                  </p>
507                </td>
508<td>
509                  <p>
510                    Get the executor associated with the object.
511                  </p>
512                </td>
513</tr>
514<tr>
515<td>
516                  <p>
517                    <a class="link" href="../basic_seq_packet_socket/get_option.html" title="basic_seq_packet_socket::get_option"><span class="bold"><strong>get_option</strong></span></a>
518                  </p>
519                </td>
520<td>
521                  <p>
522                    Get an option from the socket.
523                  </p>
524                </td>
525</tr>
526<tr>
527<td>
528                  <p>
529                    <a class="link" href="../basic_seq_packet_socket/io_control.html" title="basic_seq_packet_socket::io_control"><span class="bold"><strong>io_control</strong></span></a>
530                  </p>
531                </td>
532<td>
533                  <p>
534                    Perform an IO control command on the socket.
535                  </p>
536                </td>
537</tr>
538<tr>
539<td>
540                  <p>
541                    <a class="link" href="../basic_seq_packet_socket/is_open.html" title="basic_seq_packet_socket::is_open"><span class="bold"><strong>is_open</strong></span></a>
542                  </p>
543                </td>
544<td>
545                  <p>
546                    Determine whether the socket is open.
547                  </p>
548                </td>
549</tr>
550<tr>
551<td>
552                  <p>
553                    <a class="link" href="../basic_seq_packet_socket/local_endpoint.html" title="basic_seq_packet_socket::local_endpoint"><span class="bold"><strong>local_endpoint</strong></span></a>
554                  </p>
555                </td>
556<td>
557                  <p>
558                    Get the local endpoint of the socket.
559                  </p>
560                </td>
561</tr>
562<tr>
563<td>
564                  <p>
565                    <a class="link" href="../basic_seq_packet_socket/lowest_layer.html" title="basic_seq_packet_socket::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
566                  </p>
567                </td>
568<td>
569                  <p>
570                    Get a reference to the lowest layer. <br> <span class="silver"> —</span><br> Get a const
571                    reference to the lowest layer.
572                  </p>
573                </td>
574</tr>
575<tr>
576<td>
577                  <p>
578                    <a class="link" href="../basic_seq_packet_socket/native_handle.html" title="basic_seq_packet_socket::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
579                  </p>
580                </td>
581<td>
582                  <p>
583                    Get the native socket representation.
584                  </p>
585                </td>
586</tr>
587<tr>
588<td>
589                  <p>
590                    <a class="link" href="../basic_seq_packet_socket/native_non_blocking.html" title="basic_seq_packet_socket::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
591                  </p>
592                </td>
593<td>
594                  <p>
595                    Gets the non-blocking mode of the native socket implementation.
596                    <br> <span class="silver"> —</span><br> Sets the non-blocking mode of the native socket
597                    implementation.
598                  </p>
599                </td>
600</tr>
601<tr>
602<td>
603                  <p>
604                    <a class="link" href="../basic_seq_packet_socket/non_blocking.html" title="basic_seq_packet_socket::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
605                  </p>
606                </td>
607<td>
608                  <p>
609                    Gets the non-blocking mode of the socket. <br> <span class="silver"> —</span><br> Sets
610                    the non-blocking mode of the socket.
611                  </p>
612                </td>
613</tr>
614<tr>
615<td>
616                  <p>
617                    <a class="link" href="../basic_seq_packet_socket/open.html" title="basic_seq_packet_socket::open"><span class="bold"><strong>open</strong></span></a>
618                  </p>
619                </td>
620<td>
621                  <p>
622                    Open the socket using the specified protocol.
623                  </p>
624                </td>
625</tr>
626<tr>
627<td>
628                  <p>
629                    <a class="link" href="../basic_seq_packet_socket/operator_eq_.html" title="basic_seq_packet_socket::operator="><span class="bold"><strong>operator=</strong></span></a>
630                  </p>
631                </td>
632<td>
633                  <p>
634                    Move-assign a basic_seq_packet_socket from another. <br> <span class="silver"> —</span><br>
635                    Move-assign a basic_seq_packet_socket from a socket of another
636                    protocol type.
637                  </p>
638                </td>
639</tr>
640<tr>
641<td>
642                  <p>
643                    <a class="link" href="../basic_seq_packet_socket/receive.html" title="basic_seq_packet_socket::receive"><span class="bold"><strong>receive</strong></span></a>
644                  </p>
645                </td>
646<td>
647                  <p>
648                    Receive some data on the socket. <br> <span class="silver"> —</span><br> Receive some data
649                    on a connected socket.
650                  </p>
651                </td>
652</tr>
653<tr>
654<td>
655                  <p>
656                    <a class="link" href="../basic_seq_packet_socket/release.html" title="basic_seq_packet_socket::release"><span class="bold"><strong>release</strong></span></a>
657                  </p>
658                </td>
659<td>
660                  <p>
661                    Release ownership of the underlying native socket.
662                  </p>
663                </td>
664</tr>
665<tr>
666<td>
667                  <p>
668                    <a class="link" href="../basic_seq_packet_socket/remote_endpoint.html" title="basic_seq_packet_socket::remote_endpoint"><span class="bold"><strong>remote_endpoint</strong></span></a>
669                  </p>
670                </td>
671<td>
672                  <p>
673                    Get the remote endpoint of the socket.
674                  </p>
675                </td>
676</tr>
677<tr>
678<td>
679                  <p>
680                    <a class="link" href="../basic_seq_packet_socket/send.html" title="basic_seq_packet_socket::send"><span class="bold"><strong>send</strong></span></a>
681                  </p>
682                </td>
683<td>
684                  <p>
685                    Send some data on the socket.
686                  </p>
687                </td>
688</tr>
689<tr>
690<td>
691                  <p>
692                    <a class="link" href="../basic_seq_packet_socket/set_option.html" title="basic_seq_packet_socket::set_option"><span class="bold"><strong>set_option</strong></span></a>
693                  </p>
694                </td>
695<td>
696                  <p>
697                    Set an option on the socket.
698                  </p>
699                </td>
700</tr>
701<tr>
702<td>
703                  <p>
704                    <a class="link" href="../basic_seq_packet_socket/shutdown.html" title="basic_seq_packet_socket::shutdown"><span class="bold"><strong>shutdown</strong></span></a>
705                  </p>
706                </td>
707<td>
708                  <p>
709                    Disable sends or receives on the socket.
710                  </p>
711                </td>
712</tr>
713<tr>
714<td>
715                  <p>
716                    <a class="link" href="../basic_seq_packet_socket/wait.html" title="basic_seq_packet_socket::wait"><span class="bold"><strong>wait</strong></span></a>
717                  </p>
718                </td>
719<td>
720                  <p>
721                    Wait for the socket to become ready to read, ready to write,
722                    or to have pending error conditions.
723                  </p>
724                </td>
725</tr>
726<tr>
727<td>
728                  <p>
729                    <a class="link" href="../basic_seq_packet_socket/_basic_seq_packet_socket.html" title="basic_seq_packet_socket::~basic_seq_packet_socket"><span class="bold"><strong>~basic_seq_packet_socket</strong></span></a> <span class="silver">[destructor]</span>
730                  </p>
731                </td>
732<td>
733                  <p>
734                    Destroys the socket.
735                  </p>
736                </td>
737</tr>
738</tbody>
739</table></div>
740<h6>
741<a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.h2"></a>
742          <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.data_members"></a></span><a class="link" href="other.html#boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.data_members">Data
743          Members</a>
744        </h6>
745<div class="informaltable"><table class="table">
746<colgroup>
747<col>
748<col>
749</colgroup>
750<thead><tr>
751<th>
752                  <p>
753                    Name
754                  </p>
755                </th>
756<th>
757                  <p>
758                    Description
759                  </p>
760                </th>
761</tr></thead>
762<tbody>
763<tr>
764<td>
765                  <p>
766                    <a class="link" href="../basic_seq_packet_socket/max_connections.html" title="basic_seq_packet_socket::max_connections"><span class="bold"><strong>max_connections</strong></span></a> <span class="silver">[static]</span>
767                  </p>
768                </td>
769<td>
770                  <p>
771                    (Deprecated: Use max_listen_connections.) The maximum length
772                    of the queue of pending incoming connections.
773                  </p>
774                </td>
775</tr>
776<tr>
777<td>
778                  <p>
779                    <a class="link" href="../basic_seq_packet_socket/max_listen_connections.html" title="basic_seq_packet_socket::max_listen_connections"><span class="bold"><strong>max_listen_connections</strong></span></a> <span class="silver">[static]</span>
780                  </p>
781                </td>
782<td>
783                  <p>
784                    The maximum length of the queue of pending incoming connections.
785                  </p>
786                </td>
787</tr>
788<tr>
789<td>
790                  <p>
791                    <a class="link" href="../basic_seq_packet_socket/message_do_not_route.html" title="basic_seq_packet_socket::message_do_not_route"><span class="bold"><strong>message_do_not_route</strong></span></a> <span class="silver">[static]</span>
792                  </p>
793                </td>
794<td>
795                  <p>
796                    Specify that the data should not be subject to routing.
797                  </p>
798                </td>
799</tr>
800<tr>
801<td>
802                  <p>
803                    <a class="link" href="../basic_seq_packet_socket/message_end_of_record.html" title="basic_seq_packet_socket::message_end_of_record"><span class="bold"><strong>message_end_of_record</strong></span></a> <span class="silver">[static]</span>
804                  </p>
805                </td>
806<td>
807                  <p>
808                    Specifies that the data marks the end of a record.
809                  </p>
810                </td>
811</tr>
812<tr>
813<td>
814                  <p>
815                    <a class="link" href="../basic_seq_packet_socket/message_out_of_band.html" title="basic_seq_packet_socket::message_out_of_band"><span class="bold"><strong>message_out_of_band</strong></span></a> <span class="silver">[static]</span>
816                  </p>
817                </td>
818<td>
819                  <p>
820                    Process out-of-band data.
821                  </p>
822                </td>
823</tr>
824<tr>
825<td>
826                  <p>
827                    <a class="link" href="../basic_seq_packet_socket/message_peek.html" title="basic_seq_packet_socket::message_peek"><span class="bold"><strong>message_peek</strong></span></a> <span class="silver">[static]</span>
828                  </p>
829                </td>
830<td>
831                  <p>
832                    Peek at incoming data without removing it from the input queue.
833                  </p>
834                </td>
835</tr>
836</tbody>
837</table></div>
838<p>
839          The <a class="link" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket"><code class="computeroutput">basic_seq_packet_socket</code></a>
840          class template provides asynchronous and blocking sequenced packet socket
841          functionality.
842        </p>
843<h6>
844<a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.h3"></a>
845          <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.thread_safety"></a></span><a class="link" href="other.html#boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.thread_safety">Thread
846          Safety</a>
847        </h6>
848<p>
849          <span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
850        </p>
851<p>
852          <span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
853        </p>
854<h6>
855<a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.h4"></a>
856          <span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.requirements"></a></span><a class="link" href="other.html#boost_asio.reference.basic_seq_packet_socket__rebind_executor.other.requirements">Requirements</a>
857        </h6>
858<p>
859          <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
860        </p>
861<p>
862          <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
863        </p>
864</div>
865<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
866<td align="left"></td>
867<td align="right"><div class="copyright-footer">Copyright © 2003-2020 Christopher M.
868      Kohlhoff<p>
869        Distributed under the Boost Software License, Version 1.0. (See accompanying
870        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
871      </p>
872</div></td>
873</tr></table>
874<hr>
875<div class="spirit-nav">
876<a accesskey="p" href="../basic_seq_packet_socket__rebind_executor.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket__rebind_executor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../basic_serial_port.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
877</div>
878</body>
879</html>
880