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