Beispiel #1
0
 public void SetRange(int index, DerivedChannelTypes values)
 {
     msclPINVOKE.DerivedChannelTypes_SetRange(swigCPtr, index, DerivedChannelTypes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public DerivedChannelTypes(DerivedChannelTypes other) : this(msclPINVOKE.new_DerivedChannelTypes__SWIG_1(DerivedChannelTypes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }