[#BIO_s_dgram_mem] = BIO_s_dgram_mem :mrdocs: Return the BIO_METHOD for an in‐memory datagram BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_s_dgram_mem(); ---- == Return Value Pointer to the internal dgram‐mem method table. [.small]#Created with https://www.mrdocs.com[MrDocs]#