Home --> Documentations --> PJSIP Reference
#include <siptypes.hpp>
This structure describes an incoming SIP message. It corresponds to the pjsip_rx_data structure in PJSIP library.
Default constructor.
Construct from PJSIP's pjsip_rx_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.
Source address of the message.
Pointer to original pjsip_rx_data. Only valid when the struct is constructed from PJSIP's pjsip_rx_data.