Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BSON_OID_INIT_FROM_DATA(3)	    libbson	    BSON_OID_INIT_FROM_DATA(3)

SYNOPSIS
	  void
	  bson_oid_init_from_data (bson_oid_t *oid, const uint8_t *data);

PARAMETERS
        oid: A	bson_oid_t.

        data: A buffer	containing 12 bytes for	the oid.

DESCRIPTION
       Initializes a bson_oid_t	using the raw buffer provided.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025	    BSON_OID_INIT_FROM_DATA(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_oid_init_from_data&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help