コード例 #1
0
 public void fromPj(SWIGTYPE_p_pjsua_call_setting prm)
 {
     pjsua2PINVOKE.CallSetting_fromPj(swigCPtr, SWIGTYPE_p_pjsua_call_setting.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjsua_call_setting obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
    public SWIGTYPE_p_pjsua_call_setting toPj()
    {
        SWIGTYPE_p_pjsua_call_setting ret = new SWIGTYPE_p_pjsua_call_setting(pjsua2PINVOKE.CallSetting_toPj(swigCPtr), true);

        return(ret);
    }