Example #1
0
 public void SetRange(int index, SrtpCryptoVector values)
 {
     pjsua2PINVOKE.SrtpCryptoVector_SetRange(swigCPtr, index, SrtpCryptoVector.getCPtr(values));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public SrtpCryptoVector(SrtpCryptoVector other) : this(pjsua2PINVOKE.new_SrtpCryptoVector__SWIG_1(SrtpCryptoVector.getCPtr(other)), true)
 {
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }