.TH "eXosip_event" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eXosip_event \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "eXosip_event_type_t \fBtype\fP" .br .ti -1c .RI "char \fBtextinfo\fP [256]" .br .ti -1c .RI "void * \fBexternal_reference\fP" .br .ti -1c .RI "osip_message_t * \fBrequest\fP" .br .ti -1c .RI "osip_message_t * \fBresponse\fP" .br .ti -1c .RI "osip_message_t * \fBack\fP" .br .ti -1c .RI "int \fBtid\fP" .br .ti -1c .RI "int \fBdid\fP" .br .ti -1c .RI "int \fBrid\fP" .br .ti -1c .RI "int \fBcid\fP" .br .ti -1c .RI "int \fBsid\fP" .br .ti -1c .RI "int \fBnid\fP" .br .ti -1c .RI "int \fBss_status\fP" .br .ti -1c .RI "int \fBss_reason\fP" .br .in -1c .SH "Detailed Description" .PP Structure for event description .SH "Field Documentation" .PP .SS "eXosip_event_type_t eXosip_event::type" type of the event .SS "char eXosip_event::textinfo[256]" text description of event .SS "void* eXosip_event::external_reference" external reference (for calls) .SS "osip_message_t* eXosip_event::request" request within current transaction .SS "osip_message_t* eXosip_event::response" last response within current transaction .SS "osip_message_t* eXosip_event::ack" ack within current transaction .SS "int eXosip_event::tid" unique id for transactions (to be used for answers) .SS "int eXosip_event::did" unique id for SIP dialogs .SS "int eXosip_event::rid" unique id for registration .SS "int eXosip_event::cid" unique id for SIP calls (but multiple dialogs!) .SS "int eXosip_event::sid" unique id for outgoing subscriptions .SS "int eXosip_event::nid" unique id for incoming subscriptions .SS "int eXosip_event::ss_status" current Subscription-State for subscription .SS "int eXosip_event::ss_reason" current Reason status for subscription .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.