SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
osip_event Struct Reference

Structure for osip event handling. More...

#include <osip.h>

Collaboration diagram for osip_event:
Collaboration graph
[legend]

Data Fields

type_t type
 Event Type. More...
 
int transactionid
 identifier of the related osip transaction More...
 
osip_message_tsip
 SIP message (optional) More...
 

Detailed Description

Structure for osip event handling.

Definition at line 629 of file osip.h.

Field Documentation

osip_message_t* osip_event::sip

SIP message (optional)

Definition at line 632 of file osip.h.

int osip_event::transactionid

identifier of the related osip transaction

Definition at line 631 of file osip.h.

type_t osip_event::type

Event Type.

Definition at line 630 of file osip.h.


The documentation for this struct was generated from the following file: