public PpsInputOutputOptions(PpsInputOutputOptions other) : this(msclPINVOKE.new_PpsInputOutputOptions__SWIG_1(PpsInputOutputOptions.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public PpsInputOutputOptionsEnumerator(PpsInputOutputOptions collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, PpsInputOutputOptions values)
 {
     msclPINVOKE.PpsInputOutputOptions_SetRange(swigCPtr, index, PpsInputOutputOptions.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
        public PpsInputOutputOptions supportedPpsOutputOptions()
        {
            PpsInputOutputOptions ret = new PpsInputOutputOptions(msclPINVOKE.MipNodeFeatures_supportedPpsOutputOptions(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static PpsInputOutputOptions Repeat(InertialTypes.PpsInputOutput value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.PpsInputOutputOptions_Repeat((int)value, count);
            PpsInputOutputOptions ret  = (cPtr == global::System.IntPtr.Zero) ? null : new PpsInputOutputOptions(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public PpsInputOutputOptions GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.PpsInputOutputOptions_GetRange(swigCPtr, index, count);
            PpsInputOutputOptions ret  = (cPtr == global::System.IntPtr.Zero) ? null : new PpsInputOutputOptions(cPtr, true);

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