File: mongoc_stream_socket_get_socket.page

package info (click to toggle)
libmongoc 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,824 kB
  • ctags: 4,501
  • sloc: ansic: 57,956; makefile: 717; python: 502; sh: 54
file content (40 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>

<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      style="function"
      xmlns:api="http://projectmallard.org/experimental/api/"
      xmlns:ui="http://projectmallard.org/experimental/ui/"
      id="mongoc_stream_socket_get_socket">


  <info>
    <link type="guide" xref="mongoc_stream_socket_t" group="function"/>
  </info>
  <title>mongoc_stream_socket_get_socket()</title>

  <section id="synopsis">
    <title>Synopsis</title>
    <synopsis><code mime="text/x-csrc"><![CDATA[mongoc_socket_t *
mongoc_stream_socket_get_socket (mongoc_stream_socket_t *stream);
]]></code></synopsis>
  </section>


  <section id="parameters">
    <title>Parameters</title>
    <table>
      <tr><td><p>stream</p></td><td><p>A <code xref="mongoc_stream_socket_t">mongoc_stream_socket_t</code>.</p></td></tr>
    </table>
  </section>

  <section id="description">
    <p>Retrieves the underlying <code xref="mongoc_socket_t">mongoc_socket_t</code> for a <code xref="mongoc_stream_socket_t">mongoc_stream_socket_t</code>.</p>
  </section>

  <section id="return">
    <title>Returns</title>
    <p>A <code xref="mongoc_stream_socket_t">mongoc_stream_socket_t</code>.</p>
  </section>

</page>