Exemple #1
0
 public void SetRange(int index, CommProtocols values)
 {
     msclPINVOKE.CommProtocols_SetRange(swigCPtr, index, CommProtocols.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public CommProtocols(CommProtocols other) : this(msclPINVOKE.new_CommProtocols__SWIG_1(CommProtocols.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }