BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_tx_data_op_key Struct Reference

#include <sip_transport.h>

Data Fields

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

Detailed Description

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

Field Documentation

◆ key

pj_ioqueue_op_key_t pjsip_tx_data_op_key::key

ioqueue pending operation key.

◆ tdata

pjsip_tx_data* pjsip_tx_data_op_key::tdata

Transmit data associated with this key.

◆ token

void* pjsip_tx_data_op_key::token

Arbitrary token (attached by transport)

◆ callback

void(* pjsip_tx_data_op_key::callback) (pjsip_transport *, void *, pj_ssize_t)

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
Copyright (C) 2006-2008 Teluu Inc.