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

pjsip_tx_data_op_key Struct Reference
[Transport]

#include <sip_transport.h>


Detailed Description

Customized ioqueue async operation key, used by transport to keep callback parameters.

Data Fields

pj_ioqueue_op_key_t key
pjsip_tx_datatdata
void * token
void(* callback )(pjsip_transport *, void *, pj_ssize_t)

Field Documentation

ioqueue pending operation key.

Transmit data associated with this key.

Arbitrary token (attached by transport)

Callback to be called when pending transmit operation has completed.


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