WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <sip_util.h>

Data Fields

void * token
 
pjsip_endpointendpt
 
pjsip_tx_datatdata
 
pjsip_transportcur_transport
 
void(* app_cb )(struct pjsip_send_state *, pj_ssize_t sent, pj_bool_t *cont)
 

Detailed Description

This structure holds the state of outgoing stateless request.

Field Documentation

◆ token

void* pjsip_send_state::token

Application token, which was specified when the function pjsip_endpt_send_request_stateless() is called.

◆ endpt

pjsip_endpoint* pjsip_send_state::endpt

Endpoint instance.

◆ tdata

pjsip_tx_data* pjsip_send_state::tdata

Transmit data buffer being sent.

◆ cur_transport

pjsip_transport* pjsip_send_state::cur_transport

Current transport being used.

◆ app_cb

void(* pjsip_send_state::app_cb) (struct pjsip_send_state *, pj_ssize_t sent, pj_bool_t *cont)

The application callback which was specified when the function pjsip_endpt_send_request_stateless() was called.


The documentation for this struct was generated from the following file:
  • sip_util.h

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.