pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJSIP Reference

pjsua_transport_info Struct Reference
[PJSUA-API Signaling Transport]

#include <pjsua.h>


Detailed Description

This structure describes transport information returned by pjsua_transport_get_info() function.

Python:
The corresponding data type in Python is py_pjsua.Transport_Info.

Data Fields

pjsua_transport_id id
pjsip_transport_type_e type
pj_str_t type_name
pj_str_t info
unsigned flag
unsigned addr_len
pj_sockaddr local_addr
pjsip_host_port local_name
unsigned usage_count

Field Documentation

PJSUA transport identification.

Transport string info/description.

Transport flag (see #pjsip_transport_flags_e).

Local address length.

Published address (or transport address name).

Current number of objects currently referencing this transport.


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

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
(C)2003-2008 Benny Prijono