.TH "eX_message.h" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eX_message.h \- eXosip request API .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Functions" .in +1c .ti -1c .RI "int \fBeXosip_message_build_request\fP (struct eXosip_t *excontext, osip_message_t **message, const char *method, const char *to, const char *from, const char *route)" .br .ti -1c .RI "int \fBeXosip_message_send_request\fP (struct eXosip_t *excontext, osip_message_t *message)" .br .ti -1c .RI "int \fBeXosip_message_build_answer\fP (struct eXosip_t *excontext, int tid, int status, osip_message_t **answer)" .br .ti -1c .RI "int \fBeXosip_message_send_answer\fP (struct eXosip_t *excontext, int tid, int status, osip_message_t *answer)" .br .in -1c .SH "Detailed Description" .PP eXosip request API This file provide the API needed to control requests\&. You can use it to: .PP .PD 0 .IP "\(bu" 2 build any requests\&. .IP "\(bu" 2 send any requests\&. .IP "\(bu" 2 build any answers\&. .IP "\(bu" 2 send any answers\&. .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.