예제 #1
0
 public MipDataPackets(MipDataPackets other) : this(msclPINVOKE.new_MipDataPackets__SWIG_1(MipDataPackets.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public MipDataPacketsEnumerator(MipDataPackets collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #3
0
 public void SetRange(int index, MipDataPackets values)
 {
     msclPINVOKE.MipDataPackets_SetRange(swigCPtr, index, MipDataPackets.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
        public MipDataPackets getDataPackets()
        {
            MipDataPackets ret = new MipDataPackets(msclPINVOKE.DisplacementNode_getDataPackets__SWIG_2(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #5
0
        public MipDataPackets getDataPackets(uint timeout, uint maxPackets)
        {
            MipDataPackets ret = new MipDataPackets(msclPINVOKE.DisplacementNode_getDataPackets__SWIG_0(swigCPtr, timeout, maxPackets), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #6
0
        public MipDataPackets getDataPackets(uint timeout)
        {
            MipDataPackets ret = new MipDataPackets(msclPINVOKE.InertialNode_getDataPackets__SWIG_1(swigCPtr, timeout), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #7
0
        public static MipDataPackets Repeat(MipDataPacket value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipDataPackets_Repeat(MipDataPacket.getCPtr(value), count);
            MipDataPackets        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipDataPackets(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #8
0
        public MipDataPackets GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipDataPackets_GetRange(swigCPtr, index, count);
            MipDataPackets        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipDataPackets(cPtr, true);

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