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