Пример #1
0
 public SatellitePRNs(SatellitePRNs other) : this(msclPINVOKE.new_SatellitePRNs__SWIG_1(SatellitePRNs.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public SatellitePRNsEnumerator(SatellitePRNs collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #3
0
 public void SetRange(int index, SatellitePRNs values)
 {
     msclPINVOKE.SatellitePRNs_SetRange(swigCPtr, index, SatellitePRNs.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
        public static SatellitePRNs Repeat(ushort value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.SatellitePRNs_Repeat(value, count);
            SatellitePRNs         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SatellitePRNs(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
        public SatellitePRNs GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.SatellitePRNs_GetRange(swigCPtr, index, count);
            SatellitePRNs         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SatellitePRNs(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SatellitePRNs obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }