getCPtr() static private method

static private getCPtr ( OnRegStartedParam, obj ) : global::System.Runtime.InteropServices.HandleRef
obj OnRegStartedParam,
return global::System.Runtime.InteropServices.HandleRef
Example #1
0
 public virtual void onRegStarted(OnRegStartedParam prm)
 {
     pjsua2PINVOKE.Account_onRegStarted(swigCPtr, OnRegStartedParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public virtual void onRegStarted(OnRegStartedParam prm)
 {
     if (SwigDerivedClassHasMethod("onRegStarted", swigMethodTypes1))
     {
         pjsua2PINVOKE.Account_onRegStartedSwigExplicitAccount(swigCPtr, OnRegStartedParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Account_onRegStarted(swigCPtr, OnRegStartedParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }