1MONGOC_SOCKET_DESTROY(3) MongoDB C Driver MONGOC_SOCKET_DESTROY(3)
2
3
4
6 mongoc_socket_destroy - mongoc_socket_destroy()
7
9 void
10 mongoc_socket_destroy (mongoc_socket_t *sock);
11
13 ยท sock: A mongoc_socket_t.
14
16 This function releases all resources associated with a mongoc_socket_t.
17 This should be called when you are no longer using the socket. Does
18 nothing if sock is NULL.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.14.0 Feb 22, 2019 MONGOC_SOCKET_DESTROY(3)