Exemplo n.º 1
0
    public Buddy findBuddy(string uri, FindBuddyMatch buddy_match)
    {
        global::System.IntPtr cPtr = pjsua2PINVOKE.Account_findBuddy__SWIG_0(swigCPtr, uri, FindBuddyMatch.getCPtr(buddy_match));
        Buddy ret = (cPtr == global::System.IntPtr.Zero) ? null : new Buddy(cPtr, false);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 2
0
 public static extern void FindBuddyMatch_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, FindBuddyMatch.SwigDelegateFindBuddyMatch_0 delegate0);
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FindBuddyMatch obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FindBuddyMatch obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 5
0
 public Buddy findBuddy(string uri, FindBuddyMatch buddy_match)
 {
     global::System.IntPtr cPtr = pjsua2PINVOKE.Account_findBuddy__SWIG_0(swigCPtr, uri, FindBuddyMatch.getCPtr(buddy_match));
     Buddy ret = (cPtr == global::System.IntPtr.Zero) ? null : new Buddy(cPtr, false);
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }