WARNING: The online documentation has moved to https://docs.pjsip.org.
Visit the new documentation at https://docs.pjsip.org:
Home --> Documentations --> PJSIP Reference
#include <siptypes.hpp>
This structure describes an outgoing SIP message. It corresponds to the pjsip_tx_data structure in PJSIP library.
Default constructor.
Construct from PJSIP's pjsip_tx_data
A short info string describing the request, which normally contains the request method and its CSeq.
The whole message data as a string, containing both the header section and message body section.
Destination address of the message.
Pointer to original pjsip_tx_data. Only valid when the struct is constructed from PJSIP's pjsip_tx_data.