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