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