BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsip_transport_state_info Struct Reference

#include <sip_transport.h>

Data Fields

pj_status_t status
 
void * ext_info
 
void * user_data
 

Detailed Description

Structure of transport state info passed by pjsip_tp_state_callback.

Field Documentation

◆ status

pj_status_t pjsip_transport_state_info::status

The last error code related to the transport state.

◆ ext_info

void* pjsip_transport_state_info::ext_info

Optional extended info, the content is specific for each transport type.

◆ user_data

void* pjsip_transport_state_info::user_data

Optional user data. In global transport state notification, this will always be NULL.


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.