Exemplo n.º 1
0
 public GnssReceivers(GnssReceivers other) : this(msclPINVOKE.new_GnssReceivers__SWIG_1(GnssReceivers.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public GnssReceiversEnumerator(GnssReceivers collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
 public void SetRange(int index, GnssReceivers values)
 {
     msclPINVOKE.GnssReceivers_SetRange(swigCPtr, index, GnssReceivers.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
        public GnssReceivers gnssReceiverInfo()
        {
            GnssReceivers ret = new GnssReceivers(msclPINVOKE.MipNodeFeatures_gnssReceiverInfo(swigCPtr), false);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public static GnssReceivers Repeat(GnssReceiverInfo value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.GnssReceivers_Repeat(GnssReceiverInfo.getCPtr(value), count);
            GnssReceivers         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GnssReceivers(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public GnssReceivers GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.GnssReceivers_GetRange(swigCPtr, index, count);
            GnssReceivers         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GnssReceivers(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GnssReceivers obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }