예제 #1
0
 public InputRanges(InputRanges other) : this(msclPINVOKE.new_InputRanges__SWIG_1(InputRanges.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public InputRangesEnumerator(InputRanges collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #3
0
 public void SetRange(int index, InputRanges values)
 {
     msclPINVOKE.InputRanges_SetRange(swigCPtr, index, InputRanges.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
        public virtual InputRanges inputRanges(ChannelMask channels)
        {
            InputRanges ret = new InputRanges(msclPINVOKE.NodeFeatures_inputRanges(swigCPtr, ChannelMask.getCPtr(channels)), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #5
0
        public virtual InputRanges inputRanges(ChannelMask channels, WirelessTypes.Voltage excitationVoltage)
        {
            InputRanges ret = new InputRanges(msclPINVOKE.NodeFeatures_inputRanges__SWIG_1(swigCPtr, ChannelMask.getCPtr(channels), (int)excitationVoltage), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #6
0
        public static InputRanges Repeat(WirelessTypes.InputRange value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.InputRanges_Repeat((int)value, count);
            InputRanges           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new InputRanges(cPtr, true);

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

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