internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjsip_generic_string_hdr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
    public SWIGTYPE_p_pjsip_generic_string_hdr toPj()
    {
        SWIGTYPE_p_pjsip_generic_string_hdr ret = new SWIGTYPE_p_pjsip_generic_string_hdr(pjsua2PINVOKE.SipHeader_toPj(swigCPtr), false);

        return(ret);
    }