Example #1
0
 public void fromPj(SWIGTYPE_p_pjsua_logging_config lc)
 {
     pjsua2PINVOKE.LogConfig_fromPj(swigCPtr, SWIGTYPE_p_pjsua_logging_config.getCPtr(lc));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjsua_logging_config obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
    public SWIGTYPE_p_pjsua_logging_config toPj()
    {
        SWIGTYPE_p_pjsua_logging_config ret = new SWIGTYPE_p_pjsua_logging_config(pjsua2PINVOKE.LogConfig_toPj(swigCPtr), true);

        return(ret);
    }