Esempio n. 1
0
 public InputRangeEntry(WirelessTypes.InputRange ir, float g) : this(msclPINVOKE.new_InputRangeEntry__SWIG_2((int)ir, g), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void inputRange(ChannelMask mask, WirelessTypes.InputRange range)
 {
     msclPINVOKE.WirelessNodeConfig_inputRange__SWIG_1(swigCPtr, ChannelMask.getCPtr(mask), (int)range);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public WirelessTypes.InputRange inputRange(ChannelMask mask)
 {
     WirelessTypes.InputRange ret = (WirelessTypes.InputRange)msclPINVOKE.WirelessNodeConfig_inputRange__SWIG_0(swigCPtr, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 4
0
        public virtual bool supportsInputRange(WirelessTypes.InputRange range, ChannelMask channels)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsInputRange__SWIG_1(swigCPtr, (int)range, ChannelMask.getCPtr(channels));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }