From ccdf306c66966782d12ece0f2c2f4f0eaf859532 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Tue, 21 Jul 2015 04:38:05 +0300 Subject: [PATCH] added manual prototype; --- man/sxmsg_rreply.3SNTL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 man/sxmsg_rreply.3SNTL diff --git a/man/sxmsg_rreply.3SNTL b/man/sxmsg_rreply.3SNTL new file mode 100644 index 0000000..deb84db --- /dev/null +++ b/man/sxmsg_rreply.3SNTL @@ -0,0 +1,16 @@ +.TH SXMSG_RREPLY 3SNTL "20 July 2015" "SNTLLv2" "SNTL Library Manual" +.SH NAME +sxmsg_rreply \- Function used to send a rapid reply without confirmation +.SH SYNOPSIS +.B #include +.sp +.BI int sxmsg_rreply(sxmsg_t *msg, size_t datalen); +.br +.sp +.SH DESCRIPTION +.B sxmsg_rreply +Will reply rapidly to the message using already allocated buffer, which might be +retrieved via sxmsg_rapidbuf(). This function will write desired message as soon +as possible. It will not wait any write or delivery confirmation. + +