Example #1
0
 public void fromPj(SWIGTYPE_p_pjsip_rx_data rdata)
 {
     pjsua2PINVOKE.SipRxData_fromPj(swigCPtr, SWIGTYPE_p_pjsip_rx_data.getCPtr(rdata));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjsip_rx_data obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }