mongoc_server_description_id (3) Linux Manual Page
mongoc_server_description_id() – This functionr returns the server id for the given server description.
Synopsis
uint32_t mongoc_server_description_id (const mongoc_server_description_t *description);
Parameters
description- A
The server description whose id we want\&.
Description
This functionr returns the server id for the given server description.
Returns
A uint32_t id for the given server description.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
