mongoc_stream_socket_new
mongoc_stream_socket_new()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_stream_socket_new()
mongoc_stream_t * mongoc_stream_socket_new (mongoc_socket_t *socket) BSON_GNUC_WARN_UNUSED_RESULT;
Creates a new mongoc_stream_socket_t using the mongoc_socket_t provided.
WARNING:
A newly allocated mongoc_stream_socket_t that should be freed with mongoc_stream_destroy() when no longer in use.
MongoDB, Inc
2017-present, MongoDB, Inc