Beispiel #1
0
 public RfSweep(RfSweep other) : this(msclPINVOKE.new_RfSweep__SWIG_1(RfSweep.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public RfSweepEnumerator(RfSweep collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <uint>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Beispiel #3
0
        public RfSweep as_RfSweep()
        {
            RfSweep ret = new RfSweep(msclPINVOKE.DataPoint_as_RfSweep(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RfSweep obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }