1MONGOC_STREAM_GET_BASE_STREAM(3)   libmongoc  MONGOC_STREAM_GET_BASE_STREAM(3)
2
3
4

NAME

6       mongoc_stream_get_base_stream - mongoc_stream_get_base_stream()
7

SYNOPSIS

9          mongoc_stream_t *
10          mongoc_stream_get_base_stream (mongoc_stream_t *stream);
11

PARAMETERS

13       ยท stream: A mongoc_stream_t.
14
15       This function shall fetch the underlying stream for streams that wrap a
16       base stream. Such implementations include mongoc_stream_buffered_t  and
17       mongoc_stream_tls_t.
18

RETURNS

20       A mongoc_stream_t or NULL.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020 MONGOC_STREAM_GET_BASE_STREAM(3)
Impressum