SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
sipwitch::messages::message Class Reference
Inheritance diagram for sipwitch::messages::message:
Inheritance graph
[legend]
Collaboration diagram for sipwitch::messages::message:
Collaboration graph
[legend]

Public Member Functions

void create ()
 

Data Fields

time_t expires
 
char user [MAX_USERID_SIZE]
 
char type [64]
 
char from [MAX_URI_SIZE]
 
char body [1024]
 
char reply [MAX_USERID_SIZE]
 
int msglen
 

Detailed Description

Definition at line 538 of file server.h.

Member Function Documentation

void sipwitch::messages::message::create ( void  )

Definition at line 30 of file messages.cpp.

Field Documentation

char sipwitch::messages::message::body[1024]

Definition at line 545 of file server.h.

time_t sipwitch::messages::message::expires

Definition at line 541 of file server.h.

char sipwitch::messages::message::from[MAX_URI_SIZE]

Definition at line 544 of file server.h.

int sipwitch::messages::message::msglen

Definition at line 547 of file server.h.

char sipwitch::messages::message::reply[MAX_USERID_SIZE]

Definition at line 546 of file server.h.

char sipwitch::messages::message::type[64]

Definition at line 543 of file server.h.

char sipwitch::messages::message::user[MAX_USERID_SIZE]

Definition at line 542 of file server.h.


The documentation for this class was generated from the following files: