#include <sipfsm.h>
Definition at line 676 of file sipfsm.h.
Public Member Functions | |
| SipRegisteredUA (SipUrl *Url, QString cIp, int cPort) | |
| ~SipRegisteredUA () | |
| QString | getContactIp () |
| int | getContactPort () |
| bool | matches (SipUrl *u) |
Private Attributes | |
| SipUrl * | userUrl |
| QString | contactIp |
| int | contactPort |
| SipRegisteredUA::SipRegisteredUA | ( | SipUrl * | Url, | |
| QString | cIp, | |||
| int | cPort | |||
| ) |
Definition at line 2310 of file sipfsm.cpp.
| SipRegisteredUA::~SipRegisteredUA | ( | ) |
Definition at line 2317 of file sipfsm.cpp.
| QString SipRegisteredUA::getContactIp | ( | ) | [inline] |
Definition at line 681 of file sipfsm.h.
Referenced by SipRegistrar::FSM(), and SipRegistrar::getRegisteredContact().
| int SipRegisteredUA::getContactPort | ( | ) | [inline] |
Definition at line 682 of file sipfsm.h.
Referenced by SipRegistrar::FSM(), and SipRegistrar::getRegisteredContact().
SipUrl* SipRegisteredUA::userUrl [private] |
Definition at line 686 of file sipfsm.h.
Referenced by matches(), SipRegisteredUA(), and ~SipRegisteredUA().
QString SipRegisteredUA::contactIp [private] |
int SipRegisteredUA::contactPort [private] |
1.5.5