Scroll to navigation

MONGOC_SERVER_DESCRIPTION_HOST(3) Library Functions Manual MONGOC_SERVER_DESCRIPTION_HOST(3)

NAME

mongoc_server_description_host() - Return the server's host and port. This object is owned by the server description.

SYNOPSIS


mongoc_host_list_t * mongoc_server_description_host (const mongoc_server_description_t *description);

PARAMETERS

description
A mongoc_server_description_t

DESCRIPTION

Return the server's host and port. This object is owned by the server description.

RETURNS

A reference to the server description's mongoc_host_list_t

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver