Scroll to navigation

MONGOC_SERVER_DESCRIPTION_ID(3) Library Functions Manual MONGOC_SERVER_DESCRIPTION_ID(3)

NAME

mongoc_server_description_id() - Get the server's id, an opaque identifier generated by the client or client pool.

SYNOPSIS


uint32_t mongoc_server_description_id (const mongoc_server_description_t *description);

PARAMETERS

description
A mongoc_server_description_t

DESCRIPTION

Get the server's id, an opaque identifier generated by the client or client pool.

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