public void SetRange(int index, ConnectionDebugDataVec values)
 {
     msclPINVOKE.ConnectionDebugDataVec_SetRange(swigCPtr, index, ConnectionDebugDataVec.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ConnectionDebugDataVec(ConnectionDebugDataVec other) : this(msclPINVOKE.new_ConnectionDebugDataVec__SWIG_1(ConnectionDebugDataVec.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }