[#BIO_s_dgram_pair] = BIO_s_dgram_pair :mrdocs: Return the BIO_METHOD for a datagram BIO‐pair endpoint (in‐memory UDP‐style pipe half). == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_s_dgram_pair(); ---- == Return Value Pointer to the static dgram‐pair method for use with BIO_new() / BIO_new_bio_dgram_pair(). [.small]#Created with https://www.mrdocs.com[MrDocs]#