コード例 #1
0
 public WirelessChannels(WirelessChannels other) : this(msclPINVOKE.new_WirelessChannels__SWIG_1(WirelessChannels.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public WirelessChannelsEnumerator(WirelessChannels collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
コード例 #3
0
 public void SetRange(int index, WirelessChannels values)
 {
     msclPINVOKE.WirelessChannels_SetRange(swigCPtr, index, WirelessChannels.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
        public WirelessChannels channels()
        {
            WirelessChannels ret = new WirelessChannels(msclPINVOKE.NodeFeatures_channels(swigCPtr), false);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
        public static WirelessChannels Repeat(WirelessChannel value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.WirelessChannels_Repeat(WirelessChannel.getCPtr(value), count);
            WirelessChannels      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new WirelessChannels(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
        public WirelessChannels GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.WirelessChannels_GetRange(swigCPtr, index, count);
            WirelessChannels      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new WirelessChannels(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(WirelessChannels obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #8
0
 public void AddRange(WirelessChannels values) {
   msclPINVOKE.WirelessChannels_AddRange(swigCPtr, WirelessChannels.getCPtr(values));
   if (msclPINVOKE.SWIGPendingException.Pending) throw msclPINVOKE.SWIGPendingException.Retrieve();
 }