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