Beispiel #1
0
 public void sendInstantMessage(SWIGTYPE_p_SendInstantMessageParam prm)
 {
     pjsua2PINVOKE.Buddy_sendInstantMessage(swigCPtr, SWIGTYPE_p_SendInstantMessageParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_SendInstantMessageParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }