pjsip_method Struct Reference
[Methods]
#include <sip_msg.h>
Detailed Description
This structure represents a SIP method. Application must always use either
pjsip_method_init or
pjsip_method_set to make sure that method name is initialized correctly. This way, the name member will always contain a valid method string regardless whether the ID is recognized or not.
Field Documentation
Method ID, from pjsip_method_e.
Method name, which will always contain the method string.
The documentation for this struct was generated from the following file: